mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-10 09:20:04 +01:00
We were using KeyParameter as a wrapper for a byte[] containing an AES Key and passing it around our API. This introduced an unnecessary API dependency on Bouncy Castle. This PR adds an AesKey class for the same purpose to replace it. This is a breaking change, but one that should be easy to accommodate. |
||
---|---|---|
.. | ||
src/main | ||
build.gradle |