ed25519: run v fmt over scalar.v

pull/13595/head
lmp 2022-02-24 11:23:40 +01:00
parent ebace50042
commit e7887eaaa7
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: