Add base32 parser which is needed for NSEC3 validation
authorMatt Corallo <git@bluematt.me>
Mon, 26 Feb 2024 20:10:49 +0000 (20:10 +0000)
committerMatt Corallo <git@bluematt.me>
Sat, 2 Mar 2024 16:41:07 +0000 (16:41 +0000)
commit5f02ee4714c22c2e2486da1236d3c793b8e32833
tree2b3b752457c13f831f1aa4a8975be90d92761bb7
parent228b0466b9befa00dd4408dc0f7925c18f9ab4b3
Add base32 parser which is needed for NSEC3 validation
src/base32.rs [new file with mode: 0644]
src/http.rs
src/lib.rs