Re-exporting OpenSSLs EcKey
and Private
/Public
pkey structs.
Back to a flattened version with selected cipher: ECDH P-521 AES-256-CBC.
Features:
- initialization vector included in cipher, no manual iv generation needed anymore
- import and export encrypted private key pems
Breaking change:
- removed struct
Webcryptobox
. All methods are exported directly. - removed CLI, this one went into its own project: https://github.com/jo/wcb-rs
derivePrivateKey
has been renamed togetPrivateKey
Adds a highlevel example
Further improved documentation
More examples
Use executing examples
Add package metadata such as repository etc.
Initial release of Webcryptobox