Johannes Auer
Results
2
issues of
Johannes Auer
### New API Proposal: Password based KDF #### Motivation: Currently no password based KDF is available. This is required for tasks like generating a AES key from a password. ####...
Add `Sendable` conformance to appropriate types would allow to enabled additional safety checks at compile time. Without it, developers have to guess whether a type is `Sendable` or not.