menu
idena_lib_dart package
documentation
pubdev/tweetnacl/tweetnacl_base.dart
TweetNaclFast
crypto_verify_16 static method
crypto_verify_16 static method
dark_mode
light_mode
crypto_verify_16
static method
int
crypto_verify_16
(
Uint8List
x
,
Uint8List
y
)
Implementation
static int crypto_verify_16(Uint8List x, Uint8List y) { return _crypto_verify_16(x, 0, y, 0); }
idena_lib_dart package
documentation
pubdev/tweetnacl/tweetnacl_base
TweetNaclFast
crypto_verify_16 static method
TweetNaclFast class