David Venhoek

Results 5 issues of David Venhoek

I recently started using tracing in one of my projects, and one of the current major pain points is that I seem to be having an incomplete mental model of...

The current naming scheme in the AES-SIV uses a different naming scheme for the lengths than rfc5297, naming the algorithm lengths to the number of bits of security provided rather...

This ensures people need to be logged in for all operations on the registry, ensuring that private code is not leaked. I intend to make a better implementation of this...

When installing Ktra 0.7.0 with openid-connect support via `cargo install ktra --no-default-features --features=openid`, compilation fails due to several missing crates: ``` error[E0432]: unresolved import `argon2` --> /home/david/.cargo/registry/src/github.com-1ecc6299db9ec823/ktra-0.7.0/src/db_manager/sled_db_manager.rs:6:14 | 6 |...

RFC 5297 specifies AES-CIV-CMAC as being able to accept any nonce size >= 1. However, the implementation here only supports 16 byte nonces. Would it be possible to support the...