Update go mod & usage

This commit is contained in:
arnaucube
2020-04-21 19:22:35 +02:00
parent e6fe08e699
commit 6256fcc9db
8 changed files with 29 additions and 43 deletions

View File

@@ -10,7 +10,7 @@ import (
)
func randBI() *big.Int {
maxbits := 253
maxbits := 256
b := make([]byte, (maxbits/8)-1)
_, err := rand.Read(b)
if err != nil {