interledgerjs / five-bells-condition

JavaScript implementation of Crypto Conditions validation and fulfillment
https://github.com/rfcs/crypto-conditions
Other
31 stars 21 forks source link

Spec does not requires lengths to be canonical #60

Open stevenroose opened 7 years ago

stevenroose commented 7 years ago

The Crypto-Conditions spec does not mention anything about the used OER encoding to be either Basic OER or Canonical OER.

So these tests should be left out or the reference implementation: https://github.com/interledgerjs/five-bells-condition/blob/master/test/fulfillmentSpec.js#L135