Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
digest: add XofReader::read_vec method (RustCrypto#178)
...gated under the `alloc` feature. Allocates a `Vec<u8>` to return an individual `XofReader::read` invocation into. Unlike `ExtensibleOutput::finalize_vec`, it doesn't consume the reader and can be called an unlimited number of times.
- Loading branch information