UNPKG

rionskey-seed

Version:

SEED-128-ECB, SEED-128-CBC Library using RionsKey

7 lines (6 loc) 178 B
import rionsKeyEncLib from '../index'; export default class testUtil extends rionsKeyEncLib { testRoundKey(): void; testEcbEncrypt(): void; testCbcEncrypt(): void; }