Skip to content

Commit 352d05a

Browse files
authored
fix: rename bls-12381* to bls12_381* for consistency (#362)
The poseidon bls12 entries already exist to mark this convention and we have a note in the README that calls this example out specifically. Ref: #291 Ref: #361 Ref: #356
1 parent 6011550 commit 352d05a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

table.csv

+2-2
Original file line numberDiff line numberDiff line change
@@ -549,8 +549,8 @@ zeroxcert-imprint-256, zeroxcert, 0xce11, draft, 0xce
549549
nonstandard-sig, varsig, 0xd000, deprecated, Namespace for all not yet standard signature algorithms
550550
bcrypt-pbkdf, multihash, 0xd00d, draft, Bcrypt-PBKDF key derivation function
551551
es256k, varsig, 0xd0e7, draft, ES256K Siganture Algorithm (secp256k1)
552-
bls-12381-g1-sig, varsig, 0xd0ea, draft, G1 signature for BLS-12381-G2
553-
bls-12381-g2-sig, varsig, 0xd0eb, draft, G2 signature for BLS-12381-G1
552+
bls12_381-g1-sig, varsig, 0xd0ea, draft, G1 signature for BLS12-381
553+
bls12_381-g2-sig, varsig, 0xd0eb, draft, G2 signature for BLS12-381
554554
eddsa, varsig, 0xd0ed, draft, Edwards-Curve Digital Signature Algorithm
555555
eip-191, varsig, 0xd191, draft, EIP-191 Ethereum Signed Data Standard
556556
jwk_jcs-pub, key, 0xeb51, draft, JSON object containing only the required members of a JWK (RFC 7518 and RFC 7517) representing the public key. Serialisation based on JCS (RFC 8785)

0 commit comments

Comments
 (0)