Skip to content

Dependencies

brycx edited this page Apr 4, 2019 · 18 revisions

This section explains what libraries orion depends on and what they are used for. To see how much unsafe code is in these dependencies, check the Security section of the wiki.

subtle is used for constant-time comparisons.

rand_os is used to provide a CSPRNG through randomness provided by the operating system.

zeroize is used to wipe sensitive memory.

Clone this wiki locally