Update constantine to the last commit hash

Signed-off-by: Arnaud <arnaud@status.im>
This commit is contained in:
Arnaud 2024-12-02 12:37:53 +01:00 committed by Arnaud
parent e173dd817b
commit f5a3511349
No known key found for this signature in database
GPG Key ID: 69D6CE281FCAE663
3 changed files with 19 additions and 1 deletions

2
.gitignore vendored
View File

@ -1,3 +1,5 @@
*
!*/
!*.*
.nimble
poseidon2.out

16
nimble.lock Normal file
View File

@ -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": {}
}

View File

@ -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"