Skip to content

Commit

Permalink
Add common/sha1.h
Browse files Browse the repository at this point in the history
  • Loading branch information
hainest committed Apr 3, 2024
1 parent 46bfcd6 commit 571c742
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/common/developer/sha1.h.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,9 @@
sha1.h
######

.. cpp:namespace:: Dyninst
.. code:: c
#define SHA1_DIGEST_LEN 20
#define SHA1_STRING_LEN (SHA1_DIGEST_LEN * 2 + 1)
.. cpp:function:: char *sha1_file(const char *filename, char *result_ptr = NULL)

0 comments on commit 571c742

Please sign in to comment.