v fmt crypto\ed25519\internal\edwards25519\scalar.v

pull/13599/head
yuyi98 2022-02-25 14:13:40 +08:00
parent e8fc4c0114
commit 321450d10f
1 changed files with 1 additions and 1 deletions

View File

@ -1099,7 +1099,7 @@ fn generate_scalar(size int) ?Scalar {
return reflect.ValueOf(s)
*/
mut s := edwards25519.sc_zero
diceroll := rand.intn(100) or {0}
diceroll := rand.intn(100) or { 0 }
match true {
/*
case diceroll == 0: