Add RFC4648 base32 `encode` and `decode` functions
authorjbesraa <jbesraa@gmail.com>
Fri, 25 Aug 2023 02:52:38 +0000 (05:52 +0300)
committerjbesraa <jbesraa@gmail.com>
Wed, 6 Sep 2023 12:07:25 +0000 (15:07 +0300)
commitd736ca8595ec7de4badae675f37c221e21af33d2
tree62cef53055d6b70ce499494529f1b9b605de83c7
parente9d9711de4ddc20b78eb110abfe400da6eef863d
Add RFC4648 base32 `encode` and `decode` functions
fuzz/src/base32.rs [new file with mode: 0644]
fuzz/src/bin/base32_target.rs [new file with mode: 0644]
fuzz/src/bin/gen_target.sh
fuzz/src/lib.rs
fuzz/targets.h
lightning/src/util/base32.rs [new file with mode: 0644]
lightning/src/util/mod.rs