solana/solana_web3/src/crypto/nacl_low_level library

A dart implementation of @solana-web3.js' is_on_curve() method. Source code: https://github.com/solana-labs/solana-web3.js/blob/master/src/publickey.ts#L241

Properties

D List<int>
final
gf1 List<int>
final
I List<int>
final

Functions

A(List<int> o, List<int> a, List<int> b) → void
car25519(List<int> o) → void
gf([Iterable<int>? init]) List<int>
NaCl Low Level
isOnCurve(Uint8List publicKey) int
Returns a non-zero value if publicKey falls on the ed25519 curve.
M(List<int> o, List<int> a, List<int> b) → void
neq25519(List<int> a, List<int> b) int
pack25519(Uint8List o, List<int> n) → void
par25519(List<int> a) int
pow2523(List<int> o, List<int> i) → void
S(List<int> o, List<int> a) → void
sel25519(List<int> p, List<int> q, int b) → void
set25519(List<int> r, List<int> a) → void
unpack25519(List<int> o, Uint8List n) → void
Z(List<int> o, List<int> a, List<int> b) → void