V0.6.9 Arroyo Toad
Added support for P256 Curve and suppressed support for P521 Curve that will be reimplemented later
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
public enum SignType: UInt32 {
|
||||
case P521 = 10
|
||||
case P384 = 11
|
||||
case P256 = 12
|
||||
}
|
||||
Reference in New Issue
Block a user