menu
pinenacl package
documentation
tweetnacl.dart
TweetNaClExt
crypto_verify_64 static method
crypto_verify_64 static method
dark_mode
light_mode
crypto_verify_64
static method
int
crypto_verify_64
(
Uint8List
x
,
Uint8List
y
)
Implementation
static int crypto_verify_64(Uint8List x, Uint8List y) { return _crypto_verify_64(x, 0, y, 0); }
pinenacl package
documentation
tweetnacl
TweetNaClExt
crypto_verify_64 static method
TweetNaClExt extension on
TweetNaCl