Crypto class

Constructors

Crypto()

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 Methods

hmacBytes(String message, String secret, Digest digest, int blockLength) Uint8List
hmacSha256(String message, String secret) String
hmacSha512(String message, String secret) String
p2pkh(String publicKey) String
p2sh(String publicKey) String
secp256k1(String privateKey) String
secp256k1Compressed(String privateKey) String
sha256(String seed) String
sha256Ripemd160(String publicKey) Uint8List

Constants

prefixP2pkh → const int
prefixP2sh → const int