Skip to content

Commit 087bdcd

Browse files
jakemasmkannwischer
authored andcommitted
Update s2n-bignum and HOL Light pins
Update s2n-bignum pin from ca6ec31a to b70f1349 (latest main). This adds word_2smulh, word_ishr_round and other instruction definitions needed by the poly_use_hint proofs. Update HOL Light pin from 6df9b211 to af5d20e0 to include word_pmul in Library/words.ml, which is needed for compatibility with the updated s2n-bignum that also defines word_pmul in instruction.ml. Signed-off-by: Jake Massimo <jakemas@amazon.com>
1 parent 8544cd7 commit 087bdcd

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

nix/hol_light/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ hol_light.overrideAttrs (old: {
99
export HOLLIGHT_DIR="$1/lib/hol_light"
1010
export PATH="$1/lib/hol_light:$PATH"
1111
'';
12-
version = "unstable-2026-03-20";
12+
version = "unstable-2026-04-17";
1313
src = fetchFromGitHub {
1414
owner = "jrh13";
1515
repo = "hol-light";
16-
rev = "6df9b2115135fd3321e3975827f89e7ea03ffaa0";
17-
hash = "sha256-qOKksOUq9lfMn5gWdLJqDvvD5FY68k+9wJ9KbdBg0LE=";
16+
rev = "af5d20e033025a9f30a490d9c39edace632405a3";
17+
hash = "sha256-R5hSHguVu7YPP7bnFJQ1Prc8Yy3L41LAB20LfEr/RUw=";
1818
};
1919
patches = [
2020
./0005-Configure-hol-sh-for-mldsa-native.patch

nix/s2n_bignum/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
{ stdenv, fetchFromGitHub, writeText, ... }:
55
stdenv.mkDerivation rec {
66
pname = "s2n_bignum";
7-
version = "ca6ec31a225aaac11813d4055bbc55a0251b9452";
7+
version = "b70f1349bdc930769dbe5fee070044c27395e70a";
88
src = fetchFromGitHub {
99
owner = "awslabs";
1010
repo = "s2n-bignum";
1111
rev = "${version}";
12-
hash = "sha256-60gaEW0Afkn/Ukd4wZAab0Nz7XkbWvN4+Q+LgqUv0Ho=";
12+
hash = "sha256-zZYIOp3bL/Asr4RdDYDFH804EJoRB4CKFmjKZepKEvA=";
1313
};
1414
setupHook = writeText "setup-hook.sh" ''
1515
export S2N_BIGNUM_DIR="$1"

0 commit comments

Comments
 (0)