Function lugnut::generate_secret_without_symbols[][src]

pub fn generate_secret_without_symbols() -> String
Expand description

Symbol defining layer to generate a secret key in ASCII representation

Examples

use lugnut::{ generate_secret_without_symbols };
let secret_key = generate_secret_without_symbols();