fn from()
in
src/x25519.rs [36:38]
3
lines of code
1
McCabe index (conditional complexity)
fn from(bytes: [u8; 32]) -> PublicKey { PublicKey(MontgomeryPoint(bytes)) }