mirror of
https://github.com/logos-storage/nim-poseidon2.git
synced 2026-01-02 13:43:08 +00:00
Update constantine to the last commit hash
Signed-off-by: Arnaud <arnaud@status.im>
This commit is contained in:
parent
e173dd817b
commit
f5a3511349
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,3 +1,5 @@
|
||||
*
|
||||
!*/
|
||||
!*.*
|
||||
.nimble
|
||||
poseidon2.out
|
||||
16
nimble.lock
Normal file
16
nimble.lock
Normal 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": {}
|
||||
}
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user