starekrow
starekrow
Getting distribution right is apparently hard. I've started a branch for a new module called KeyDrop that will handle that. It will supply all of the guts for a client/server...
The CryptoKey tests offer an amount of indirect coverage, but there should be some explicit exercise of Failed, Builtin and Openssl (and Sodium when it arrives)
It would be nice to have *optional* support for libsodium as an alternative to the `openssl` extension, since libsodium is moving into core. This could be hacked in place, or...
For improved interoperability, `CryptoKey` should have some facility for returning and accepting raw binary ciphertext and IVs. For example, update the signature of `Lock()` to accept a second argument `$raw`....