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:
Christian Risi
2024-12-07 17:58:38 +00:00
parent f3bc5f32e2
commit 711ad7b5c8
9 changed files with 109 additions and 47 deletions

View File

@@ -1,3 +1,5 @@
public enum SignType: UInt32 {
case P521 = 10
case P384 = 11
case P256 = 12
}