From a73b39816bc7fe5e171d285de5e913cc8b742b7c Mon Sep 17 00:00:00 2001 From: Arnaud Date: Mon, 2 Dec 2024 12:37:53 +0100 Subject: [PATCH] Update constantine to the last commit hash --- .gitignore | 2 ++ nimble.lock | 16 ++++++++++++++++ poseidon2.nimble | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 nimble.lock diff --git a/.gitignore b/.gitignore index becd7f9..41f61d0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ * !*/ !*.* +.nimble +poseidon2.out \ No newline at end of file diff --git a/nimble.lock b/nimble.lock new file mode 100644 index 0000000..f2ddf6e --- /dev/null +++ b/nimble.lock @@ -0,0 +1,16 @@ +{ + "version": 2, + "packages": { + "constantine": { + "version": "0.1.0", + "vcsRevision": "bc3845aa492b52f7fef047503b1592e830d1a774", + "url": "https://github.com/mratsim/constantine", + "downloadMethod": "git", + "dependencies": [], + "checksums": { + "sha1": "09594d4ce93e83ae377a7a9cb8fd4472b104ca4b" + } + } + }, + "tasks": {} +} diff --git a/poseidon2.nimble b/poseidon2.nimble index 1e7ed96..cf21d46 100644 --- a/poseidon2.nimble +++ b/poseidon2.nimble @@ -3,4 +3,4 @@ author = "nim-poseidon2 authors" description = "Poseidon2 hash function" license = "MIT" -requires "https://github.com/mratsim/constantine#1e34ec22929eaba7bcf1681350ec21aed8f370f7" +requires "https://github.com/mratsim/constantine#bc3845aa492b52f7fef047503b1592e830d1a774"