Utils.Crypto (eth_wallet v0.0.3)
Crypto Lib
Link to this section Summary
Link to this section Functions
Link to this function
decrypt_key(payload, password)
Link to this function
double_sha256(data)
Specs
Link to this function
encrypt_key(encrypted_key, password)
Link to this function
generate_key_secp256k1()
Link to this function
generate_key_secp256k1(private_key)
Link to this function
pubkey_to_address(public_key)
Link to this function
ripemd160(data)
Link to this function
secp256k1_sign(data, private_key)
Link to this function
secp256k1_verify(data, sig, pubkey)
Link to this function
sha256(data)
Link to this function