bitcoinj/wallettemplate
Sean Gilligan c41128b4df AesKey: replace o.bouncycastle.c.p.KeyParameter
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.
2023-03-08 18:13:21 +01:00
..
src/main AesKey: replace o.bouncycastle.c.p.KeyParameter 2023-03-08 18:13:21 +01:00
build.gradle build.gradle: update JavaFX to 17.0.6 2023-03-06 18:28:36 +01:00