crypto: format scalar.v

pull/13596/head
lmp 2022-02-25 12:07:23 +01:00
parent 1e427a8ef3
commit d5265c5b83
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: