mirror of
https://github.com/logos-storage/nim-poseidon2.git
synced 2026-01-02 13:43:08 +00:00
fix style check
This commit is contained in:
parent
ff6e7589ac
commit
3b403b0752
@ -15,7 +15,7 @@ suite "permutation":
|
||||
var y: F = toF(1)
|
||||
var z: F = toF(2)
|
||||
|
||||
permInplace(x, y, z)
|
||||
permInPlace(x, y, z)
|
||||
|
||||
check toDecimal(x) == "21882471761025344482456282050943515707267606647948403374880378562101343146243"
|
||||
check toDecimal(y) == "09030699330013392132529464674294378792132780497765201297316864012141442630280"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user