menu
flutter_paw_ffi package
documentation
flutter_paw_ffi
Checksum typedef
Checksum
brightness_4
Checksum
typedef
Null safety
Checksum
=
void Function
(
Pointer
<
Uint8
>
checksum
,
Pointer
<
Uint8
>
publickey
)
Implementation
typedef Checksum = void Function(Pointer<Uint8> checksum, Pointer<Uint8> publickey);
flutter_paw_ffi package
documentation
flutter_paw_ffi
Checksum typedef
flutter_paw_ffi library
Classes
AesCbcPkcs7
Ed25519Blake2b
KDF
KeyIV
NanoAccountEncodes
NanoAccounts
NanoAccountType
NanoBlocks
NanoCrypt
NanoHelpers
NanoKeys
NanoMnemomics
NanoSeeds
NanoSignatures
PBKDF2
Sha
Sha256KDF
Constants
WORDLIST
Properties
checksumFunc
dyLib
hashFunc
libraryPath
privkeyFunc
pubkeyFunc
signFunc
verifyFunc
Typedefs
BlockHash
Checksum
checksum_func
hash_func
Privatekey
privatekey_func
Publickey
publickey_func
Signature
signature_func
Verify
verify_func