herajs/crypto
latest
API Reference
Keys
Keys from seed
Hashing
Signing
Encoding
Keystore
Recipes
Using with React Native
herajs/crypto
Docs
»
Index
Edit on GitHub
Index
A
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
K
|
M
|
O
|
P
|
S
|
T
|
V
A
addressFromPublicKey() (built-in function)
C
CipherParams() (class)
CipherParams.iv (CipherParams attribute)
createIdentity() (built-in function)
D
decodeAddress() (built-in function)
decodePrivateKey() (built-in function)
decodeTxHash() (built-in function)
decryptPrivateKey() (built-in function)
E
encodeAddress() (built-in function)
encodePrivateKey() (built-in function)
encodeTxHash() (built-in function)
encryptPrivateKey() (built-in function)
F
fromBigInt() (built-in function)
fromHexString() (built-in function)
fromNumber() (built-in function)
G
generateMnemonic() (built-in function)
H
hash() (built-in function)
hashTransaction() (built-in function)
I
identityFromKeystore() (built-in function)
identityFromPrivateKey() (built-in function)
K
Keystore() (class)
Keystore.aergo_address (Keystore attribute)
Keystore.cipher (Keystore attribute)
Keystore.kdf (Keystore attribute)
Keystore.ks_version (Keystore attribute)
KeystoreCipher() (class)
KeystoreCipher.algorithm (KeystoreCipher attribute)
KeystoreCipher.ciphertext (KeystoreCipher attribute)
KeystoreCipher.params (KeystoreCipher attribute)
keystoreFromPrivateKey() (built-in function)
KeystoreKdf() (class)
KeystoreKdf.algorithm (KeystoreKdf attribute)
KeystoreKdf.mac (KeystoreKdf attribute)
KeystoreKdf.params (KeystoreKdf attribute)
M
mnemonicToSeed() (built-in function)
O
Options() (class)
Options.count (Options attribute)
Options.hdpath (Options attribute)
P
privateKeyFromMnemonic() (built-in function)
privateKeyFromSeed() (built-in function)
privateKeysFromMnemonic() (built-in function)
privateKeysFromSeed() (built-in function)
publicKeyFromAddress() (built-in function)
S
ScryptParams() (class)
ScryptParams.dklen (ScryptParams attribute)
ScryptParams.n (ScryptParams attribute)
ScryptParams.p (ScryptParams attribute)
ScryptParams.r (ScryptParams attribute)
ScryptParams.salt (ScryptParams attribute)
signMessage() (built-in function)
signTransaction() (built-in function)
T
TxBody() (class)
TxBody.amount (TxBody attribute)
TxBody.chainIdHash (TxBody attribute)
TxBody.from (TxBody attribute)
TxBody.limit (TxBody attribute)
TxBody.nonce (TxBody attribute)
TxBody.payload (TxBody attribute)
TxBody.price (TxBody attribute)
TxBody.sign (TxBody attribute)
TxBody.to (TxBody attribute)
TxBody.type (TxBody attribute)
V
verifySignature() (built-in function)
verifyTxSignature() (built-in function)