mirror of
https://github.com/planetrenox/inzerosight.git
synced 2026-08-28 09:05:46 +00:00
Refactor: Update imports to local TS cipher modules
Co-authored-by: gemini-3.7-flash <noreply@google.com>
This commit is contained in:
4
dash.ts
4
dash.ts
@@ -1,6 +1,6 @@
|
|||||||
import zwus from 'zwus';
|
import zwus from 'zwus';
|
||||||
import * as speck48_96ctr from './speck48_96ctr.js';
|
import * as speck48_96ctr from './speck48_96ctr.ts';
|
||||||
import * as speck32_64ecb from './speck32_64ecb.js';
|
import * as speck32_64ecb from './speck32_64ecb.ts';
|
||||||
|
|
||||||
type Cipher = 'PLAIN' | 'SPECK48_96CTR' | 'SPECK32_64ECB (insecure)';
|
type Cipher = 'PLAIN' | 'SPECK48_96CTR' | 'SPECK32_64ECB (insecure)';
|
||||||
type Op = 'NO' | 'YES';
|
type Op = 'NO' | 'YES';
|
||||||
|
|||||||
Reference in New Issue
Block a user