reach/core/passphrase

Types

A Passphrase is the only secret that a reaching user needs to remember, and the seed of all other secrets.

pub opaque type Passphrase

Values

pub fn to_element(passphrase: Passphrase) -> Element(a)
pub fn to_string(passphrase: Passphrase) -> String
pub fn try(passphrase: String) -> Result(Passphrase, String)
Search Document