MethodisNegativeIs the FieldElement negative in this encoding? <p> Return true if $x$ is in $\{1,3,5,\dots,q-2\}$<br> Return false if $x$ is in $\{0,2,4,\dots,q-1\}$
ext/ed25519_jruby/net/i2p/crypto/eddsa/math/ed25519/Ed25519LittleEndianEncoding.java:251
Methodnegate$h = -f$ <p> TODO-CR BR: see above. <p> Preconditions: </p><ul> <li>$|f|$ bounded by $1.1 2^{25},1.1 2^{24},1.1 2^{25},1.1 2^{24},$ etc. </ul><p> Post
ext/ed25519_jruby/net/i2p/crypto/eddsa/math/ed25519/Ed25519FieldElement.java:131
MethodsquareAndDouble$h = 2 f f$ <p> Can overlap $h$ with $f$. <p> Preconditions: </p><ul> <li>$|f|$ bounded by $1.65 2^{26},1.65 2^{25},1.65 2^{26},1.65 2^{25},$ etc. </u
ext/ed25519_jruby/net/i2p/crypto/eddsa/math/ed25519/Ed25519FieldElement.java:564