Skip to content

Commit

Permalink
Script updating gh-pages from ca75d5f. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ID Bot committed May 24, 2024
1 parent 0a80c3d commit f4581e9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions draft-bradleylundberg-cfrg-arkg.html
Original file line number Diff line number Diff line change
Expand Up @@ -1599,8 +1599,8 @@ <h3 id="name-the-function-arkg-derive-pu">

The output (pk', kh) is calculated as follows:

info_kem = 'ARKG-Derive-Public-Key-KEM' || info
info_bl = 'ARKG-Derive-Public-Key-BL' || info
info_kem = 'ARKG-Derive-Key-KEM.' || info
info_bl = 'ARKG-Derive-Key-BL.' || info

(tau, c) = KEM-Encaps(pk_kem, info_kem)
pk' = BL-Blind-Public-Key(pk_bl, tau, info_bl)
Expand Down Expand Up @@ -1642,8 +1642,8 @@ <h3 id="name-the-function-arkg-derive-pr">

The output sk' is calculated as follows:

info_kem = 'ARKG-Derive-Public-Key-KEM' || info
info_bl = 'ARKG-Derive-Public-Key-BL' || info
info_kem = 'ARKG-Derive-Key-KEM.' || info
info_bl = 'ARKG-Derive-Key-BL.' || info

tau = KEM-Decaps(sk_kem, kh, info_kem)
If decapsulation failed:
Expand Down
8 changes: 4 additions & 4 deletions draft-bradleylundberg-cfrg-arkg.txt
Original file line number Diff line number Diff line change
Expand Up @@ -398,8 +398,8 @@ Table of Contents

The output (pk', kh) is calculated as follows:

info_kem = 'ARKG-Derive-Public-Key-KEM' || info
info_bl = 'ARKG-Derive-Public-Key-BL' || info
info_kem = 'ARKG-Derive-Key-KEM.' || info
info_bl = 'ARKG-Derive-Key-BL.' || info

(tau, c) = KEM-Encaps(pk_kem, info_kem)
pk' = BL-Blind-Public-Key(pk_bl, tau, info_bl)
Expand Down Expand Up @@ -438,8 +438,8 @@ Table of Contents

The output sk' is calculated as follows:

info_kem = 'ARKG-Derive-Public-Key-KEM' || info
info_bl = 'ARKG-Derive-Public-Key-BL' || info
info_kem = 'ARKG-Derive-Key-KEM.' || info
info_bl = 'ARKG-Derive-Key-BL.' || info

tau = KEM-Decaps(sk_kem, kh, info_kem)
If decapsulation failed:
Expand Down

0 comments on commit f4581e9

Please sign in to comment.