Skip to content

Only re-export Nettle bits from a new crypto::primitives facade

Igor Matuszewski requested to merge igor/reorganize-crypto into master

My main goal for this PR was to group Nettle-specific behaviour behind a single module to stop importing Nettle-specific bits outside of the crypto module, see exactly which low-level crypto bits we're actually using and to facilitate compiling in other backends.

In practice this just moves stuff and also just re-exports used Nettle bits at crate::crypto::primitives. I can squash the "Move XYZ intocrypto primitives facade" commits if needed.

cc #333 (closed)

Merge request reports