MCPcopy Create free account
hub / github.com/Caligatio/jsSHA / SHAKEOptionsNoEncodingType

Interface SHAKEOptionsNoEncodingType

src/custom_types.ts:48–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48export interface SHAKEOptionsNoEncodingType {
49 numRounds?: number;
50}
51
52export interface SHAKEOptionsEncodingType extends SHAKEOptionsNoEncodingType {
53 encoding?: EncodingType;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…