diff options
Diffstat (limited to 'rust/vendor/cipher/src/dev.rs')
-rw-r--r-- | rust/vendor/cipher/src/dev.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rust/vendor/cipher/src/dev.rs b/rust/vendor/cipher/src/dev.rs new file mode 100644 index 0000000..6bedbe9 --- /dev/null +++ b/rust/vendor/cipher/src/dev.rs @@ -0,0 +1,2 @@ +mod block; +mod stream; |