CurveType enum
CurveType is the type of cryptographic curve associated with a WalletPublicKey.
- secp256k1 SEC compressed -
33 bytes
(https://secg.org/sec1-v2.pdf#subsubsection.2.3.3) - ed25519
y (255-bits) || x-sign-bit (1-bit)
-32 bytes
(https://ed25519.cr.yp.to/ed25519-20110926.pdf) - all both above.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited