secp256k1

Pure Haskell cryptographic primitives on the secp256k1 elliptic curve.
git clone git://git.ppad.tech/secp256k1.git
Log | Files | Refs | LICENSE

commit d4265e0cb446474bbd03120b8b78042039ae1d0e
parent 620d3ca76dec94932602b460fcf695f67ef6c508
Author: Jared Tobin <jared@jtobin.io>
Date:   Mon,  7 Oct 2024 16:01:54 +0400

flake: lockfile update

Diffstat:
Mflake.lock | 92+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------
1 file changed, 81 insertions(+), 11 deletions(-)

diff --git a/flake.lock b/flake.lock @@ -36,6 +36,24 @@ "type": "github" } }, + "flake-utils_3": { + "inputs": { + "systems": "systems_3" + }, + "locked": { + "lastModified": 1710146030, + "narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, "nixpkgs": { "locked": { "lastModified": 1725910328, @@ -68,6 +86,22 @@ "type": "github" } }, + "nixpkgs_3": { + "locked": { + "lastModified": 1725910328, + "narHash": "sha256-n9pCtzGZ0httmTwMuEbi5E78UQ4ZbQMr1pzi5N0LAG8=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "5775c2583f1801df7b790bf7f7d710a19bac66f4", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixpkgs-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, "ppad-hmac-drbg": { "inputs": { "flake-utils": [ @@ -80,14 +114,15 @@ "ppad-sha256", "nixpkgs" ], - "ppad-sha256": "ppad-sha256" + "ppad-sha256": "ppad-sha256", + "ppad-sha512": "ppad-sha512" }, "locked": { - "lastModified": 1728098329, - "narHash": "sha256-7QUzq/qvXeSK7z7azeggyUsCYZi6QdB1x1WcNXvN2L8=", + "lastModified": 1728301535, + "narHash": "sha256-VXhZuxMTGem7pcuAJ/p7VpPKboBOOgO9BFNDcb/NeUM=", "ref": "master", - "rev": "e19526abac03271536df74c965c21a89ef9a2927", - "revCount": 23, + "rev": "8ff952c4c57daf3922728ec25b5ffc6a4d895df1", + "revCount": 34, "type": "git", "url": "git://git.ppad.tech/hmac-drbg.git" }, @@ -119,15 +154,15 @@ }, "ppad-sha256_2": { "inputs": { - "flake-utils": "flake-utils_2", - "nixpkgs": "nixpkgs_2" + "flake-utils": "flake-utils_3", + "nixpkgs": "nixpkgs_3" }, "locked": { - "lastModified": 1726493969, - "narHash": "sha256-toJ5A5+0/xijqVELjXfE3AdWV24B672R16JWq+gKLFk=", + "lastModified": 1728278884, + "narHash": "sha256-Ucwhspn2fZVUhtg3bIo84E8jEYzrwnVEN181svQs8ts=", "ref": "master", - "rev": "e92f4e13d6afa962109e76d35c6fcb38045e28ed", - "revCount": 69, + "rev": "422b52293ebf79f9d0ebf7e14a0bc7f9ade9e26e", + "revCount": 77, "type": "git", "url": "git://git.ppad.tech/sha256.git" }, @@ -137,6 +172,26 @@ "url": "git://git.ppad.tech/sha256.git" } }, + "ppad-sha512": { + "inputs": { + "flake-utils": "flake-utils_2", + "nixpkgs": "nixpkgs_2" + }, + "locked": { + "lastModified": 1728147405, + "narHash": "sha256-KQ56eDSkXNvy7VXPC2+L64b94nqYjxU0JkZxKFtIePA=", + "ref": "master", + "rev": "c454a32a4a39b0e18601b8139a12ae895c9b631e", + "revCount": 8, + "type": "git", + "url": "git://git.ppad.tech/sha512.git" + }, + "original": { + "ref": "master", + "type": "git", + "url": "git://git.ppad.tech/sha512.git" + } + }, "root": { "inputs": { "flake-utils": [ @@ -180,6 +235,21 @@ "repo": "default", "type": "github" } + }, + "systems_3": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } } }, "root": "root",