feat: Add signature validation
This commit is contained in:
4
lib/src/errors.dart
Normal file
4
lib/src/errors.dart
Normal file
@@ -0,0 +1,4 @@
|
||||
class InvalidSignatureException implements Exception {
|
||||
@override
|
||||
String errMsg() => 'The signature of the SPK does not match the provided signature';
|
||||
}
|
||||
Reference in New Issue
Block a user