liboscore-cryptobackend 0.2.2-alpha.1

An implementation of libOSCORE's cryptographic primitives backend based on Rust implementations
docs.rs failed to build liboscore-cryptobackend-0.2.2-alpha.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: liboscore-cryptobackend-0.2.7

Backend for liboscore's crypto API that fans out to AEAD algorithms base on the aead Rust crate.

This takes a mixture of trait- and enum-based approaches; algorithms are handled as trait objects (or constructors derived from them), but the oscore_crypto_aead_encryptstate_t would eventually be an enum in order to be Sized and thus stack-allocatable.