extiop

Results 12 issues of extiop

Hi, thanks for your work on this crate! We're using the `ml-dsa` crate in a Windows environment and encountered a significant issue: the crate performs all of its operations on...

Hi, thanks for your work on this crate! Currently, only `SigningKey` implements zeroization on drop via `Drop` and `ZeroizeOnDrop` marker trait (cf. https://github.com/RustCrypto/signatures/issues/883 and related PR https://github.com/RustCrypto/signatures/pull/917). `KeyPair` does not...