From 73be4271a47d059076da19a81d5cdcd1b146a8b8 Mon Sep 17 00:00:00 2001 From: Henry Case Date: Fri, 9 Apr 2021 07:45:00 +0100 Subject: [PATCH] Update ctr_drbg.go --- drbg/ctr_drbg.go | 1 - 1 file changed, 1 deletion(-) diff --git a/drbg/ctr_drbg.go b/drbg/ctr_drbg.go index 2d3c387..10ad81d 100644 --- a/drbg/ctr_drbg.go +++ b/drbg/ctr_drbg.go @@ -7,7 +7,6 @@ // * Improve reseeding so that code returns an error when reseed is needed // * Add case with derivation function (maybe) // * Code cleanup -// * Implement benchmark // * Add rest of the test vectors from CAVP package drbg