seekable_stream_cipher/
lib.rs

1#![doc = include_str!("../README.md")]
2#![no_std]
3#![forbid(unsafe_code)]
4
5pub mod ascon;
6pub mod keccak;