Skip to content

Commit 3adb137

Browse files
committed
fix: api_id interface not ciphersuite id
1 parent 8a9a63f commit 3adb137

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

draft-irtf-cfrg-bbs-signatures.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1891,7 +1891,7 @@ the following `key_info` value
18911891
```
18921892
key_info = {{ $KeyPairFixtures.bls12-381-shake-256.keypair.keyInfo }}
18931893
```
1894-
and the following `key_dst` value, defined by `api_id || KEYGEN_DST_`, where `api_id` the identifier of the BBS Ciphersuite defined in (#bbs-signatures-interface) for the `BLS12-381-SHAKE-256` ciphersuite defined in (#bls12-381-shake-256),
1894+
and the following `key_dst` value, defined by `api_id || KEYGEN_DST_`, where `api_id` the identifier of the BBS Interface defined in (#bbs-signatures-interface), using the `BLS12-381-SHAKE-256` ciphersuite defined in (#bls12-381-shake-256),
18951895
```
18961896
key_dst = {{ $KeyPairFixtures.bls12-381-shake-256.keypair.keyDst }}
18971897
```
@@ -2093,7 +2093,7 @@ the following `key_info` value
20932093
```
20942094
key_info = {{ $KeyPairFixtures.bls12-381-sha-256.keypair.keyInfo }}
20952095
```
2096-
and the following `key_dst` value, defined by `api_id || KEYGEN_DST_`, where `api_id` the identifier of the BBS Ciphersuite defined in (#bbs-signatures-interface) for the `BLS12-381-SHA-256` ciphersuite defined in (#bls12-381-sha-256),
2096+
and the following `key_dst` value, defined by `api_id || KEYGEN_DST_`, where `api_id` the identifier of the BBS Interface defined in (#bbs-signatures-interface), using the `BLS12-381-SHA-256` ciphersuite defined in (#bls12-381-sha-256),
20972097
```
20982098
key_dst = {{ $KeyPairFixtures.bls12-381-sha-256.keypair.keyDst }}
20992099
```

0 commit comments

Comments
 (0)