/// Default anonymous name pub const ANON_NAME: &'static str = "ๅ็„กใ—"; /// Max length of `name` and `email` feilds in posts. pub const POST_ID_MAX_LEN: usize = 32; /// The salt to use for tripcode hashes pub const TRIPCODE_SALT: khash::salt::Salt = khash::salt::Salt::internal(); /// The tripcode algorithm to use pub const TRIPCODE_ALGO: khash::ctx::Algorithm = khash::ctx::Algorithm::Sha256;