Curve class

Constructors

Curve()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Static Properties

agreementCalculator AgreementCalculator?
getter/setter pair
keyPairGenerator KeyPairGenerator?
getter/setter pair

Static Methods

arraycopy(List<int> src, int srcPos, List<int> dest, int destPos, int length) → void
calculateAgreement(ECPublicKey? publicKey, ECPrivateKey? privateKey) Uint8List
calculateSignature(ECPrivateKey? signingKey, Uint8List? message) Uint8List
calculateVrfSignature(ECPrivateKey? signingKey, Uint8List? message) Uint8List
decodePoint(Uint8List bytes, int offset) ECPublicKey
decodePointList(List<int> bytes, int offset) ECPublicKey
decodePrivatePoint(Uint8List bytes) ECPrivateKey
generateKeyPair() ECKeyPair
generateKeyPairFromPrivate(List<int> private) ECKeyPair
verifySignature(ECPublicKey? signingKey, Uint8List? message, Uint8List? signature) bool
verifyVrfSignature(ECPublicKey? signingKey, Uint8List? message, Uint8List? signature) Uint8List

Constants

djbType → const int