menu
shelf_easy package
documentation
shelf_deps.dart
Signer
verify16 method
verify16 method
dark_mode
light_mode
verify16
method
bool
verify16
(
String
input
,
String
signature
)
Implementation
bool verify16(String input, String signature) => verify(input, Encrypted.fromBase16(signature));
shelf_easy package
documentation
shelf_deps
Signer
verify16 method
Signer class