1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// This file is part of bearssl-sys. It is subject to the license terms in the COPYRIGHT file found in the top-level directory of this distribution and at https://raw.githubusercontent.com/lemonrock/bearssl-sys/master/COPYRIGHT. No part of bearssl-sys, including this file, may be copied, modified, propagated, or distributed except according to the terms contained in the COPYRIGHT file.
// Copyright © 2016 The developers of bearssl-sys. See the COPYRIGHT file in the top-level directory of this distribution and at https://raw.githubusercontent.com/lemonrock/bearssl-sys/master/COPYRIGHT.


pub const br_aes_big_BLOCK_SIZE: c_uint = 16;
pub const br_aes_ct64_BLOCK_SIZE: c_uint = 16;
pub const br_aes_ct_BLOCK_SIZE: c_uint = 16;
pub const br_aes_pwr8_BLOCK_SIZE: c_uint = 16;
pub const br_aes_small_BLOCK_SIZE: c_uint = 16;
pub const br_aes_x86ni_BLOCK_SIZE: c_uint = 16;
pub const br_des_ct_BLOCK_SIZE: c_uint = 8;
pub const br_des_tab_BLOCK_SIZE: c_uint = 8;
pub const br_md5_ID: c_uint = 1;
pub const br_md5_SIZE: c_uint = 16;
pub const br_md5sha1_ID: c_uint = 0;
pub const br_md5sha1_SIZE: c_uint = 36;
pub const br_sha1_ID: c_uint = 2;
pub const br_sha1_SIZE: c_uint = 20;
pub const br_sha224_ID: c_uint = 3;
pub const br_sha224_SIZE: c_uint = 28;
pub const br_sha256_ID: c_uint = 4;
pub const br_sha256_SIZE: c_uint = 32;
pub const br_sha384_ID: c_uint = 5;
pub const br_sha384_SIZE: c_uint = 48;
pub const br_sha512_ID: c_uint = 6;
pub const br_sha512_SIZE: c_uint = 64;