export interface Crypton {
  string2JSIdHash(inputString: string): string;
}

