-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Adding interopt testing from JS for the Hierarchical Keyring #1204
base: main
Are you sure you want to change the base?
Conversation
The ESDK-JS has a KDF-CTR implementation. These are additional test vectors.
52b993d
to
bc5541b
Compare
Detected changes to the release files or to the check-files action |
Changes to the release files or the check-files action requires 2 approvals from CODEOWNERS |
// that JS and Dafny are testing the same test vectors. | ||
// I only use okm because there is a deterministic relationship | ||
// between all inputs and the okm. | ||
const vectorOkmDigest: seq<uint8> := [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's probably cleaner to embedded these digests into the test vectors as an additional member/field.
Otherwise, if we change one p, we need to update this list as well.
These are additional test vectors from the ESDK-JS
that support the Hierarchical Keyring.
Both tests vectors for KDF CTR and the keyring itself.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.