crypto-pubkey-types 0.4.2 → 0.4.2.1
raw patch · 2 files changed
+3/−3 lines, 2 files
Files
Crypto/Types/PubKey/ECC.hs view
@@ -125,11 +125,11 @@ , (SEC_p160r1, [1,3,132,0,8]) , (SEC_p160r2, [1,3,132,0,30]) , (SEC_p192k1, [1,3,132,0,31])- , (SEC_p192r1, [1,2,840,10045,3,1,1,1])+ , (SEC_p192r1, [1,2,840,10045,3,1,1]) , (SEC_p224k1, [1,3,132,0,32]) , (SEC_p224r1, [1,3,132,0,33]) , (SEC_p256k1, [1,3,132,0,10])- , (SEC_p256r1, [1,2,840,10045,3,1,1,7])+ , (SEC_p256r1, [1,2,840,10045,3,1,7]) , (SEC_p384r1, [1,3,132,0,34]) , (SEC_p521r1, [1,3,132,0,35]) , (SEC_t113r1, [1,3,132,0,4])
crypto-pubkey-types.cabal view
@@ -1,5 +1,5 @@ Name: crypto-pubkey-types-Version: 0.4.2+Version: 0.4.2.1 Description: Generic cryptography public keys algorithm types License: BSD3 License-file: LICENSE