From 431c20d5ff0147791a018520e2d98d259c7b2860 Mon Sep 17 00:00:00 2001 From: "Henry D. Case" Date: Mon, 23 Jul 2018 23:23:34 +0100 Subject: [PATCH] readme: sike/sidh --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f0e98e..1da5bba 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,16 @@ Crypto primitives implementation in Go. ## Implemented primitives +* dh/ + - SIDH * hash/ - cSHAKE (sha3 coppied from "golang.org/x/crypto") - SM3 * rand/ - CTR_DRBG with AES256 (NIST SP800-90A) - +* kem/ + - SIKE: version 3 (as per paper on sike.org) + ## Testing ``` make test