| 3 | export as namespace hashData; |
| 4 | |
| 5 | interface testTextInput { |
| 6 | format: "TEXT"; |
| 7 | value: string; |
| 8 | encoding?: "UTF8"; |
| 9 | rounds?: number; |
| 10 | } |
| 11 | |
| 12 | interface testHexKey { |
| 13 | format: "HEX"; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…