fe.fromBytes

Create fe from 32 bytes.

struct fe
nothrow @nogc static
fromBytes
(
in ubyte[] bytes
)
in { assert (bytes.length == 32, "bytes.length must be 32."); }

Meta