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