Skip to content

Commit

Permalink
hmac_tag should not be [data]
Browse files Browse the repository at this point in the history
  • Loading branch information
jschneider-bensch committed Mar 25, 2024
1 parent 80be87f commit 2a612f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proofs/proverif/extraction/lib.pvl
Original file line number Diff line number Diff line change
Expand Up @@ -2528,7 +2528,7 @@ fun bertie__tls13crypto__hmac_tag(
bertie__tls13utils__t_Bytes,
bertie__tls13utils__t_Bytes
)
: bertie__tls13utils__t_Bytes [data].
: bertie__tls13utils__t_Bytes.


letfun bertie__tls13utils__impl__Bytes__as_raw(
Expand Down

0 comments on commit 2a612f4

Please sign in to comment.