Skip to content

Commit

Permalink
Merge pull request #21 from heidihoward/heidihoward-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
achamayou committed May 20, 2024
2 parents 30d1dc7 + ee19b98 commit 71a226e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ trees. The main entry-point is the :cpp:class:`merkle::TreeT` template, which
allows us to create a Merkle tree with a compile-time configurable hash size
and function.

A default implementation without further depdencies is provided as
A default implementation without further dependencies is provided as
:cpp:type:`merkle::Tree`, which uses the SHA256 compression function
(:cpp:func:`merkle::sha256_compress`). merklecpp also provides bindings
for the respective OpenSSL and mbedTLS functions (see `Hash functions`_),
Expand Down

0 comments on commit 71a226e

Please sign in to comment.