@rhyster/wow-casc-dbc
Version:
Fetch World of Warcraft data files from CASC and parse DBC/DB2 files.
14 lines • 373 B
TypeScript
export default class Salsa20 {
private readonly fixed;
private readonly key;
private readonly nonce;
private counter;
private state;
private block;
private position;
constructor(key: Uint8Array, nonce: Uint8Array);
private QR;
private generateBlock;
process(input: Uint8Array): Uint8Array;
}
//# sourceMappingURL=salsa20.d.ts.map