Christian Risi ad4fd555f1 V0.6.0 Arroyo Toad
Added the capability to sign and verify P521 Signature
2024-12-06 11:31:07 +00:00

4 lines
86 B
Swift

enum SecurityError: Error {
case NotEncodableError
case NotDecodableError
}