From 8e20004cd89cb69e8b018310668d2abf8510f987 Mon Sep 17 00:00:00 2001 From: vshvsh Date: Tue, 6 Oct 2020 09:51:10 +0300 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 00a73886..10630f8f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ -[![Docs](https://img.shields.io/badge/docs-current-brightgreen.svg)](https://godoc.org/github.com/corestario/kyber) -[![Build Status](https://travis-ci.org/dedis/kyber.svg?branch=master)](https://travis-ci.org/dedis/kyber) +This is a fork of DEDIS/kyber library of advanced cryptographic primitives for go, branching out in January of 2019. + +Changes include modifications to the DKG routine, making it use deterministic seed instead of `urandom`, and working with ethereum's version of bls12-381. + + DEDIS Advanced Crypto Library for Go ====================================