Documentation ¶
Index ¶
- func CryptoImports(imports vmhooksmeta.EIFunctionReceiver) error
- func ManagedCreateECWithHost(host vmhost.VMHost, dataHandle int32) int32
- func ManagedEncodeSecp256k1DerSignatureWithHost(host vmhost.VMHost, rHandle, sHandle, sigHandle int32) int32
- func ManagedGenerateKeyECWithHost(host vmhost.VMHost, xPubKeyHandle int32, yPubKeyHandle int32, ecHandle int32, ...) int32
- func ManagedMarshalCompressedECWithHost(host vmhost.VMHost, xPairHandle int32, yPairHandle int32, ecHandle int32, ...) int32
- func ManagedMarshalECWithHost(host vmhost.VMHost, xPairHandle int32, yPairHandle int32, ecHandle int32, ...) int32
- func ManagedRipemd160WithHost(host vmhost.VMHost, inputHandle int32, outputHandle int32) int32
- func ManagedScalarBaseMultECWithHost(host vmhost.VMHost, xResultHandle int32, yResultHandle int32, ecHandle int32, ...) int32
- func ManagedScalarMultECWithHost(host vmhost.VMHost, xResultHandle int32, yResultHandle int32, ecHandle int32, ...) int32
- func ManagedUnmarshalCompressedECWithHost(host vmhost.VMHost, xResultHandle int32, yResultHandle int32, ecHandle int32, ...) int32
- func ManagedUnmarshalECWithHost(host vmhost.VMHost, xResultHandle int32, yResultHandle int32, ecHandle int32, ...) int32
- func ManagedVerifyBLSWithHost(host vmhost.VMHost, keyHandle int32, messageHandle int32, sigHandle int32) int32
- func ManagedVerifyCustomSecp256k1WithHost(host vmhost.VMHost, keyHandle, messageHandle, sigHandle int32, hashType int32) int32
- func ManagedVerifyEd25519WithHost(host vmhost.VMHost, keyHandle, messageHandle, sigHandle int32) int32
- func ManagedVerifySecp256k1WithHost(host vmhost.VMHost, keyHandle, messageHandle, sigHandle int32) int32
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CryptoImports ¶
func CryptoImports(imports vmhooksmeta.EIFunctionReceiver) error
CryptoImports adds some crypto imports to the Wasmer Imports map
func ManagedCreateECWithHost ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.