Added no_std tag
parent
f8965810ec
commit
f0789c977f
|
@ -1,3 +1,5 @@
|
|||
#![no_std]
|
||||
|
||||
const SHA1_CONST: &[u32] = &[0x67452301, 0xEFCDAB89, 0x98BADCFE, 0x10325476, 0xC3D2E1F0];
|
||||
|
||||
pub struct SHA1Hash {
|
||||
|
|
Loading…
Reference in New Issue