mirror of
https://github.com/corda/corda.git
synced 2024-12-24 15:16:45 +00:00
0662798b0f
1. Function for converting raw entropy into an EDDSA key pair. This is useful for unit tests when you don't want a random key but would rather be able to identify it from the logs by eyesight, and will be useful later also when implementing deterministic key derivation. 2. Function that can format any collection of public keys using the bitcoin-style base58 form. 3. A dummy NullSignature object, again, useful for tests when you don't want to provide a real signature. Then set a handful of dummy unit testing keys to predictable/fixed values. |
||
---|---|---|
.. | ||
src | ||
build.gradle |