Added no_std tag

main
Joey Hines 2023-09-20 20:18:54 -06:00
parent f8965810ec
commit f0789c977f
Signed by: joeyahines
GPG Key ID: 995E531F7A569DDB
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#![no_std]
const SHA1_CONST: &[u32] = &[0x67452301, 0xEFCDAB89, 0x98BADCFE, 0x10325476, 0xC3D2E1F0];
pub struct SHA1Hash {