Skip to content
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

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

seebees
Copy link
Contributor

@seebees seebees commented Jan 14, 2025

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.

@seebees seebees requested a review from a team as a code owner January 14, 2025 04:32
@seebees
Copy link
Contributor Author

seebees commented Jan 14, 2025

The ESDK-JS has a KDF-CTR implementation.
These are additional test vectors.
@seebees seebees force-pushed the seebees/esdk-js-h-keyring-interopt-vectors branch from 52b993d to bc5541b Compare January 14, 2025 22:29
Copy link

Detected changes to the release files or to the check-files action

Copy link

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> := [
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants