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 issue 892 #893

Merged
merged 2 commits into from
Dec 3, 2024
Merged

fix issue 892 #893

merged 2 commits into from
Dec 3, 2024

Conversation

dhh1128
Copy link
Contributor

@dhh1128 dhh1128 commented Nov 21, 2024

An Ed448 signature is 114 bytes (binary). When serialized as CESR, there's a 4/3 increase in size, and a prefix. The correct size of this primitive in CESR is 156 bytes, which is what the spec claims, not 56 bytes as currently shown in the Matter class in keripy. (https://asecuritysite.com/signatures/x448_sig)

Fix requested by @SmithSamuelM

Fixes #892

Signed-off-by: Daniel Hardman <[email protected]>
@pfeairheller pfeairheller merged commit 7737bfd into WebOfTrust:main Dec 3, 2024
6 checks passed
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.

full size of 1AAE should be 156, not 56
3 participants