Expand description
ed25519 public keys.
Structsยง
- RCompute ๐
- Helper for verification. Computes the expected R component of the signature. The
caller compares this to the real R component.
This computes
H(R || A || M)whereHis the 512-bit hash function given byCtxDigest(this is SHA-512 in spec-compliant Ed25519). - Verifying
Key - An ed25519 public key.