]> the.earth.li Git - onak.git/commit
Add a hash helper
authorJonathan McDowell <noodles@earth.li>
Tue, 12 Sep 2023 09:13:39 +0000 (14:43 +0530)
committerJonathan McDowell <noodles@earth.li>
Thu, 14 Sep 2023 04:55:00 +0000 (10:25 +0530)
commit3a9aaa4369f8078b801cddd2353db5730d2388c8
tree37055920c2fff171420eefa531dcc511e4bbdbe3
parentf281cecfca0f0482461b36b09d077bb39578593d
Add a hash helper

Rather than ifdef'ing hash contexts everywhere we want to use them, wrap
them up in a helper.
CMakeLists.txt
hash-helper.c [new file with mode: 0644]
hash-helper.h [new file with mode: 0644]
sigcheck.c