Skip to content

Commit

Permalink
salsa20: add #![no_std] directive
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Jul 30, 2019
2 parents 4187125 + 5486e3c commit 510d484
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions salsa20/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![no_std]

extern crate block_cipher_trait;
extern crate salsa20_core;
extern crate stream_cipher;
Expand Down

0 comments on commit 510d484

Please sign in to comment.