ripple / crypto-conditions

A Java implementation of Crypto-Conditions (draft-thomas-crypto-conditions)
Apache License 2.0
5 stars 12 forks source link

Update Docs with SecureRandom Guidance #28

Open sappenin opened 5 years ago

sappenin commented 5 years ago

We should update the documentation around how best to use various Java encryption and randomness primitives, such as SecureRandom.

For example, the differences between the various getInstance methods, especially getInstanceStrong.