()
| 93 | } |
| 94 | |
| 95 | function one() { |
| 96 | const k = key || keys[n - remaining]; |
| 97 | if (op === 'encapsulate') { |
| 98 | crypto.encapsulate(k, done); |
| 99 | } else { |
| 100 | crypto.decapsulate(k, ciphertexts[n - remaining], done); |
| 101 | } |
| 102 | } |
| 103 | bench.start(); |
| 104 | one(); |
| 105 | } |
no outgoing calls
no test coverage detected