Added support for P256 Curve and suppressed support for P521 Curve that will be reimplemented later
10 lines
89 B
Swift
10 lines
89 B
Swift
import Crypto
|
|
|
|
public protocol PublicSignKeyP {
|
|
|
|
}
|
|
|
|
public protocol PrivateSignKeyP {
|
|
|
|
}
|