▲ | RustyRussell 4 days ago | ||||||||||||||||
Did anyone else find the use if ABNF annoying?
I mean, just define ranges.Also, where are the test vectors? Because when I implement this, that's the first thing I have to write, and you could save me a lot of work here. Bonus points if it's in JSON and UTF-8 already, though the invalid UTF-8 in an RFC might really gum things up: hex encode maybe? | |||||||||||||||||
▲ | timbray 4 days ago | parent [-] | ||||||||||||||||
The tests for the go code at https://github.com/timbray/RFC9839 are in effect test vectors. | |||||||||||||||||
|