Skip to content

Commit

Permalink
Update API reference
Browse files Browse the repository at this point in the history
  • Loading branch information
mborland committed Nov 6, 2024
1 parent ac2f89b commit 28fa6f5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions doc/crypt/api_reference.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,23 @@ https://www.boost.org/LICENSE_1_0.txt
== Structures and Classes

- <<md5_hasher, `md5_hasher`>>

- <<sha1_hasher, `sha1_hasher`>>

=== SHA2 Family
- <<sha224_hasher, `sha224_hasher`>>
- <<sha256_hasher, `sha256_hasher`>>
- <<sha384_hasher, `sha384_hasher`>>
- <<sha512_hasher, `sha512_hasher`>>
- <<sha512_224_hasher, `sha512_224_hasher`>>
- <<sha512_256_hasher, `sha512_256_hasher`>>

=== SHA3 Family
- <<sha3_224_hasher, `sha3_224_hasher`>>
- <<sha3_256_hasher, `sha3_256_hasher`>>
- <<sha3_384_hasher, `sha3_384_hasher`>>
- <<sha3_512_hasher, `sha3_512_hasher`>>

== Enums

- <<hasher_state, `hasher_state`>>
Expand Down

0 comments on commit 28fa6f5

Please sign in to comment.