Type alias EdDSAPublicKey

EdDSAPublicKey: [string, string]

An EdDSA public key is represented as a point on the elliptic curve, with each point being a pair of coordinates consisting of hexadecimal strings. The public key is maintained in a standard format and is internally converted to and from the Montgomery format as needed.

Generated using TypeDoc