nss_sys/bindings/
blapit.rs

1/* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
4
5pub const EC_POINT_FORM_UNCOMPRESSED: u32 = 4;
6pub const SHA256_LENGTH: u32 = 32;
7pub const SHA384_LENGTH: u32 = 48;
8pub const HASH_LENGTH_MAX: u32 = 64;
9pub const AES_BLOCK_SIZE: u32 = 16;
10pub const AES_256_KEY_LENGTH: u32 = 32;