1
2
3
4
5
// Copyright 2020 ChainSafe Systems
// SPDX-License-Identifier: Apache-2.0

pub const SECRET_BOX_PRIMITIVE: &str = "xsalsa20poly1305";
pub const PASSWORD_HASH_PRIMITIVE: &str = "argon2i";