Tom

Results 7 comments of Tom

the main benefit would be for those of us who only use the command line, for which the plugin api isn't available

In the mean time, an option would be to have something like this: ``` [features] bin = ["clap", ...] default = ["bin"] ``` And then library users can disable default-features.

Are there any plans for a secretstream implementation, similar to, or preferably compatible with [libsodium](https://libsodium.gitbook.io/doc/secret-key_cryptography/secretstream)/[orion](https://docs.rs/orion/0.15.1/orion/aead/streaming/index.html)?

The STREAM construction sounds particularly promising. Is it possible for RustCrypto's implementation to be generic over the Aead trait?

Brilliant, that would make a secretstream implementation unnecessary for me at least

you may be interested in: https://github.com/google/evcxr I'm not sure if rusti is looking at that for inspiration, would be nice if it did. As good as evcxr is, rusti's goals...

I've only scanned the discussion so far, so apologies if I'm repeating or missing anything. I really like wren's simplicity and I think it would be a good replacement for...