From 0f400ed4872c9218de1160ee6843b69b415dc9ae Mon Sep 17 00:00:00 2001 From: phannam1412 Date: Fri, 11 Sep 2020 11:34:49 +0700 Subject: [PATCH] fixed typo --- ff3/ff3.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ff3/ff3.go b/ff3/ff3.go index ad5cbdd..bd870e4 100644 --- a/ff3/ff3.go +++ b/ff3/ff3.go @@ -29,7 +29,7 @@ import ( "math/big" ) -// Note that this is strictly following the official NIST guidelines. In the linked PDF Appendix A (READHME.md), NIST recommends that radix^minLength >= 1,000,000. If you would like to follow that, change this parameter. +// Note that this is strictly following the official NIST guidelines. In the linked PDF Appendix A (README.md), NIST recommends that radix^minLength >= 1,000,000. If you would like to follow that, change this parameter. const ( feistelMin = 100 numRounds = 8