Closed mixmix closed 4 years ago
var msgIdRegex = exports.msgIdRegex = isCanonicalBase64('%', '\.sha256', 32)
should be
var msgIdRegex = exports.msgIdRegex = isCanonicalBase64('%', '\\.sha256', 32)
Need to write tests around these!, basically something with suffix +sha256 at the moment will pass cc @christianbundy
+sha256
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?
should be
Need to write tests around these!, basically something with suffix
+sha256
at the moment will pass cc @christianbundy