We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
otrv4/ed448 public key size is 56 bytes, private key size is 144 bytes, signature is 112 bytes
According the rfc8032 standard: https://tools.ietf.org/html/rfc8032
EdDSA uses small public keys (32 or 57 bytes) and signatures (64 or 114 bytes) for Ed25519 and Ed448, respectively;
Why are pub/priv/sig sizes for otrv4/ed448 are so different from a rfc8032 standard? What standard does otrv4/ed448 implementation follow?
The text was updated successfully, but these errors were encountered:
Hi, @SashaZezulinsky .
The code that implements eddsa as per the RFC is here: https://github.com/otrv4/ed448/blob/master/eddsa.go and it is 57 and 114 bytes.
What are you referring to?
Sorry, something went wrong.
No branches or pull requests
otrv4/ed448 public key size is 56 bytes, private key size is 144 bytes, signature is 112 bytes
According the rfc8032 standard: https://tools.ietf.org/html/rfc8032
Why are pub/priv/sig sizes for otrv4/ed448 are so different from a rfc8032 standard?
What standard does otrv4/ed448 implementation follow?
The text was updated successfully, but these errors were encountered: