Skip to main content
SHA256
bouncycastle_
sha2
0.1.1
SHA256
Aliased Type
Trait Implementations
Algorithm
HashAlgParams
In crate bouncycastle_
sha2
bouncycastle_sha2
Type Alias
SHA256
Copy item path
Source
pub type SHA256 =
SHA256Internal
<
SHA256Params
>;
Aliased Type
§
pub struct SHA256 {
/* private fields */
}
Trait Implementations
§
Source
§
impl
Algorithm
for
SHA256
Source
§
const
ALG_NAME
: &'static
str
= SHA256_NAME
Source
§
const
MAX_SECURITY_STRENGTH
:
SecurityStrength
= SecurityStrength::_128bit
Source
§
impl
HashAlgParams
for
SHA256
Source
§
const
OUTPUT_LEN
:
usize
= 32
Source
§
const
BLOCK_LEN
:
usize
= 64