(algorithm, options)
| 171 | } |
| 172 | |
| 173 | function createSign(algorithm, options) { |
| 174 | return new Sign(algorithm, options); |
| 175 | } |
| 176 | |
| 177 | function createVerify(algorithm, options) { |
| 178 | return new Verify(algorithm, options); |
no outgoing calls
no test coverage detected
searching dependent graphs…