ok-ryoko
ok-ryoko
Since tuples can contain heterogeneously typed fields, it does seem natural for slicing such a tuple to yield another tuple. This is consistent with the fact that concatenating and multiplying...
Thank you both for your valuable feedback. You can now find a proof-of-concept implementation for `Kmac128` at [ok-ryoko/RustCrypto-MACs]. I'm open to any and all changes. Implementations for the following traits...
Because `impl_cshake!` in `sha3` builds exclusively over extendable-output traits, I found the XOF aspect of the problem more accessible for my next iteration. Using `crypto-common` v0.2.0-pre as a base, I...