function assertCrt()

in test.js [8:11]


function assertCrt(blob) {
  var tree = asn1.fromDer(blob.toString('binary'))
  assert(tree.value.length)
}