From 5d3b7b4f4b4485571af292b538928eae750411a0 Mon Sep 17 00:00:00 2001 From: Mark Spanbroek Date: Thu, 26 Oct 2023 14:40:20 +0200 Subject: [PATCH] WIP use codex fork of constantine until #292 is merged https://github.com/mratsim/constantine/pull/292 --- poseidon2.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poseidon2.nimble b/poseidon2.nimble index 013aae6..e64780f 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" +requires "https://github.com/codex-storage/constantine#hex-little-endian"