Johannes Leupold
Johannes Leupold
Adds variants of `sodium_memzero`, `sodium_mlock` and `sodium_munlock` that accept a JNA Pointer instead of a byte array.
Using plain strings as input to hash, encryption, etc. functions doesn't work very well for binary data. I have experienced several issues where decoding the data to a string before...
`plot.ly` offers the opportunity to specify both, _x_ and _y_ error bars for scatter traces by using the `error_x` resp. `error_y` keys as can be seen here: https://plot.ly/python/reference/#scatter-error_x and here:...
This PR adds an implementation of IETF draft XChaCha20 and XChaCha20Poly1305 (https://datatracker.ietf.org/doc/html/draft-irtf-cfrg-xchacha). The implementation was inspired by the XSalsa20 implementation. Fixes #631
#### Describe the feature Allow creating authentication handlers for an OpenAPI security scheme dynamically based on the concrete security requirement. Currently, it is only possible to add a static security...
This PR adds support for Libsodium's [Finite Field Arithmetic](https://doc.libsodium.org/advanced/point-arithmetic) API. Closes #45