| 1569 | ciphers: string; |
| 1570 | } |
| 1571 | export interface Credentials { context?: any; } |
| 1572 | export function createCredentials(details: CredentialDetails): Credentials; |
| 1573 | export function createHash(algorithm: string): Hash; |
| 1574 | export function createHmac(algorithm: string, key: string): Hmac; |
nothing calls this directly
no outgoing calls
no test coverage detected