Uses of Class
convex.core.crypto.Ed25519Signature
Packages that use Ed25519Signature
Package
Description
Crypto algorithms used within Convex, particularly for digital signatures and
cryptographic hashes
-
Uses of Ed25519Signature in convex.core.crypto
Fields in convex.core.crypto declared as Ed25519SignatureModifier and TypeFieldDescriptionstatic Ed25519Signature
Ed25519Signature.ZERO
A Signature containing zero bytes (not valid)Methods in convex.core.crypto that return Ed25519SignatureModifier and TypeMethodDescriptionstatic Ed25519Signature
Ed25519Signature.read(ByteBuffer bb)
Read a signature from a ByteBuffer.static Ed25519Signature
Ed25519Signature.wrap(byte[] signature)
Creates a Signature instance with specific bytes