std::crypto::ed25519

fbase_select

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

Parameters