ripple / crypto-conditions

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

Update test vectors per the RFC README #11

Open sappenin opened 6 years ago

sappenin commented 6 years ago

Originally opened as https://github.com/interledger/java-crypto-conditions/issues/55

The cryptocondition spec's README has some test vectors for library validation. There is a PR (rfcs/crypto-conditions/pull/14) that adds some additional vectors. We should ensure that the java library has full support for all test vectors.

sappenin commented 6 years ago

Before implementing this fix, we should instead prefer completing #7, which will probably negate this as an issue.