| 1298 | publicExponent: ArrayBuffer | ArrayBufferView; |
| 1299 | hash?: CryptoKeyKeyAlgorithm; |
| 1300 | } |
| 1301 | interface CryptoKeyEllipticKeyAlgorithm { |
| 1302 | name: string; |
| 1303 | namedCurve: string; |
nothing calls this directly
no outgoing calls
no test coverage detected