menu
crypto_wallet_util package
documentation
forked_lib.dart
TweetNaclFast
crypto_verify_32 static method
crypto_verify_32 static method
dark_mode
light_mode
crypto_verify_32
static method
int
crypto_verify_32
(
Uint8List
x
,
Uint8List
y
)
Implementation
static int crypto_verify_32(Uint8List x, Uint8List y) { return _crypto_verify_32(x, 0, y, 0); }
crypto_wallet_util package
documentation
forked_lib
TweetNaclFast
crypto_verify_32 static method
TweetNaclFast class