From 428c886b664d75d63b9021aa01fc7de0e9dae5f6 Mon Sep 17 00:00:00 2001 From: Evan Su <48808396+HACKERALERT@users.noreply.github.com> Date: Mon, 7 Jun 2021 15:49:45 -0400 Subject: [PATCH] Create README.md --- src/monocypher/README.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/monocypher/README.md diff --git a/src/monocypher/README.md b/src/monocypher/README.md new file mode 100644 index 0000000..3c90a8e --- /dev/null +++ b/src/monocypher/README.md @@ -0,0 +1 @@ +This is the binding I wrote that binds Monocypher's C interface to Go so that Picocrypt can use it.