PublicKey class
Class representing a EdDSA Baby Jub public key
Constructors
Properties
Methods
-
compress(
) → Uint8List - Compress the PublicKey @returns {Uint8List} - point compressed into a buffer
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
verify(
String messageHash, Signature signature) → bool
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
newFromCompressed(
BigInt compressedBigInt) → PublicKey - Create a PublicKey from a bigInt compressed pubKey