mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-03-31 08:43:08 +00:00
PR feedback
This commit is contained in:
parent
48f9b7fdf3
commit
ba9aa14f51
@ -60,8 +60,9 @@
|
||||
ADDMOD
|
||||
%endmacro
|
||||
|
||||
// Returns sqrt(x). Computed as x^(q+1)/4, with q the Secp base field order.
|
||||
/// To replace with more efficient method using non-determinism later.
|
||||
// Returns a square root of x if one exists, otherwise an undefined value.
|
||||
// Computed as x^(q+1)/4, with q the Secp base field order.
|
||||
// To replace with more efficient method using non-determinism later.
|
||||
%macro sqrt_secp_base
|
||||
// stack: x
|
||||
DUP1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user