ptth/bare_minimum_crypto/cpp
_ cc1c7c9229 update: human and machine files working well.
It turns out the bate secret key for machine files already has the pubkey
cached in it by libsodium, so I dropped that.
I'm also going to drop it from the internals, it seems simpler
2021-01-19 19:01:27 -06:00
..
cpp-base64@80525f93cb update: better base64 lib 2021-01-17 10:16:57 -06:00
.gitignore update: add keygen for root keys 2021-01-19 22:52:02 +00:00
Makefile update: add keygen for root keys 2021-01-19 22:52:02 +00:00
bmc_main.cpp update: human and machine files working well. 2021-01-19 19:01:27 -06:00
cxxopts.hpp update: add keygen for root keys 2021-01-19 22:52:02 +00:00
expiring_signature.cpp update: switch to msgpack. I didn't know nlohmann already had that, it's way better for this case 2021-01-18 22:13:48 +00:00
expiring_signature.h update: switch to msgpack. I didn't know nlohmann already had that, it's way better for this case 2021-01-18 22:13:48 +00:00
json.hpp 🚧 wip 2021-01-17 09:11:21 -06:00
receiver.cpp update: remove un-needed base64 in more places 2021-01-18 22:23:38 +00:00
receiver.h update: switch to msgpack. I didn't know nlohmann already had that, it's way better for this case 2021-01-18 22:13:48 +00:00
sender.cpp update: working on sender role 2021-01-18 22:57:33 +00:00
sender.h update: working on sender role 2021-01-18 22:57:33 +00:00
signing_key.cpp update: human and machine files working well. 2021-01-19 19:01:27 -06:00
signing_key.h update: human and machine files working well. 2021-01-19 19:01:27 -06:00
sodium_helpers.cpp update: working on sender role 2021-01-18 22:57:33 +00:00
sodium_helpers.h update: working on sender role 2021-01-18 22:57:33 +00:00
string_helpers.cpp ♻️ refactor 2021-01-17 15:58:35 -06:00
string_helpers.h ♻️ refactor 2021-01-17 15:58:35 -06:00
time_helpers.cpp ♻️ refactor: Extract Instant struct 2021-01-17 17:31:28 -06:00
time_helpers.h ♻️ refactor: Extract Instant struct 2021-01-17 17:31:28 -06:00