Functionsยง
- bjj_
is_ on_ curve - Check
a*x^2 + y^2 == 1 + d*x^2*y^2 - bjj_
scalar_ mul scalar * pointwith full validation (on-curve + subgroup check).- derive_
public_ key_ from_ sk PK = sk * Base8- derive_
shared_ secret_ bjj - ECDH shared secret derivation. Returns X coordinate of
sk * pk.