| 46 | } |
| 47 | |
| 48 | export interface SHAKEOptionsNoEncodingType { |
| 49 | numRounds?: number; |
| 50 | } |
| 51 | |
| 52 | export interface SHAKEOptionsEncodingType extends SHAKEOptionsNoEncodingType { |
| 53 | encoding?: EncodingType; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…