Skip to content

Commit

Permalink
Ed25519: Update expected hash
Browse files Browse the repository at this point in the history
Only infrastructure changes, vendored copy does not change.

Fixes #411

Signed-off-by: Lukas Puehringer <lukas.puehringer@nyu.edu>
  • Loading branch information
lukpueh committed Jun 10, 2022
1 parent 3e276ac commit 62d6588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion securesystemslib/_vendor/test-ed25519-upstream.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ set -eu
# This commit matches our securesystemslib/_vendor/ed25519/ content.
# If upstream changes, we should review the changes, vendor them,
# and update the hash here
pyca_ed25519_expected="62249780f252036a6d494cd15d0390957115f011"
pyca_ed25519_expected="f98354b09ffde8444a04c71f8e3ac7b948c89a02"
pyca_ed25519_git_url="https://github.com/pyca/ed25519.git"

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

0 comments on commit 62d6588

Please sign in to comment.