External module: "eosjs-key-conversions"
Index
Functions
Functions
Const
constructElliptic
▸ constructElliptic(type
: KeyType): EC
Parameters:
Name | Type |
---|---|
type |
KeyType |
Returns: EC
Const
generateKeyPair
▸ generateKeyPair(type
: KeyType, options
: object): object
Parameters:
Name | Type | Default |
---|---|---|
type |
KeyType | - |
options |
object | {} |
Returns: object
Const
sha256
▸ sha256(data
: string | Buffer): any
Parameters:
Name | Type |
---|---|
data |
string | Buffer |
Returns: any