ripple-unmaintained / ripple-lib-java

Java version of ripple-lib (work in progress)
ISC License
126 stars 109 forks source link

Ported the ability to generate a KeyPair from an address and an account number #60

Closed cdm6a closed 10 years ago

cdm6a commented 10 years ago

I also added a unit test to SeedTest to test generating a keyPair from an address with checks generated by the JS library.

One area of extension would be to eliminate the notion of sending in a seedStr when generating a keyPair from an address or account number and having this just be a setable field within the Seed class. Given the nature of how the account class interacts with this class thought I felt that decision should be left up to someone else.

sublimator commented 10 years ago

This includes a bunch of development commits, because you're trying to merge into ripple:master from cdmcnamara:development.