mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-03 10:46:42 +01:00
In this commit we update our AesCrypt functionality to work with AES keys rather than passphrases that are extended to keys. This makes it easier to integrate with other languages, as the key stretching introduces a bunch of additional parameters to the actual AES encryption. We also include tests that verify that we're able to encrypt/decrypt using Bitcoin-S, Crypto-JS (JavaScript), pycrypto (Python) and OpenSSL CLI. |
||
---|---|---|
.. | ||
src/test | ||
build.sbt | ||
README.md |
See our contributing guide for information on how to benchmark, test and develop your code.