Skip to content

Commit 2af04d1

Browse files
authored
Merge pull request #398 from jku/bump-ed25519
Ed25519: Update expected hash
2 parents 692b14d + 8aa6186 commit 2af04d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

securesystemslib/_vendor/test-ed25519-upstream.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ set -eu
1212
# This commit matches our securesystemslib/_vendor/ed25519/ content.
1313
# If upstream changes, we should review the changes, vendor them,
1414
# and update the hash here
15-
pyca_ed25519_expected="f6fb63f4dc5c77c5ee62451c8b7926132a4540d9"
15+
pyca_ed25519_expected="62249780f252036a6d494cd15d0390957115f011"
1616
pyca_ed25519_git_url="https://github.com/pyca/ed25519.git"
1717

1818
pyca_ed25519_main_head=$(git ls-remote "$pyca_ed25519_git_url" main | cut -f1)

0 commit comments

Comments
 (0)