std::crypto::ed25519

f25519_select

fn F25519Int f25519_select(F25519Int* zero, F25519Int* one, char condition)
Constant-time conditional selection. Result is undefined if condition is neither 0 nor 1.

Parameters