Christian Risi 711ad7b5c8 V0.6.9 Arroyo Toad
Added support for P256 Curve and suppressed support for P521 Curve that will be reimplemented later
2024-12-07 17:58:38 +00:00

10 lines
89 B
Swift

import Crypto
public protocol PublicSignKeyP {
}
public protocol PrivateSignKeyP {
}