dcrypt ~master (2018-06-04T17:07:07Z)
Dub
Repo
fe.fromBytes
dcrypt
ecc
curved25519
fieldElement
fe
Create fe from 32 bytes.
struct
fe
nothrow @
nogc
static
fe
fromBytes
(
in
ubyte
[]
bytes
)
in { assert (bytes.length == 32, "bytes.length must be 32."); }
Meta
Source
See Implementation
dcrypt
ecc
curved25519
fieldElement
fe
functions
negate
opEquals
properties
cpow
isNegative
sq
sq2
static functions
fromBytes
Create fe from 32 bytes.