From 354d846e7995980de9f8b70474c505496b657243 Mon Sep 17 00:00:00 2001 From: Aron Wussler Date: Tue, 14 May 2019 08:07:56 +0000 Subject: [PATCH] Add example skeleton to readme --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 6526ccb..2459b35 100644 --- a/README.md +++ b/README.md @@ -37,3 +37,15 @@ Interfacing between Go and Swift: https://medium.com/@matryer/tutorial-calling-go-code-from-swift-on-ios-and-vice-versa-with-gomobile-7925620c17a4. If you use build.sh, you may need to modify the paths in it. + +## Examples + +### Set up + +### Encrypt and decrypt + +### Generate key + +### Sign + +### Detached signatures