Skip to content

Commit 2fd4d57

Browse files
committed
chore: wip
1 parent 56a8ccb commit 2fd4d57

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

packages/aes/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
export * from './aes'
2+
export * from './cipher'
3+
export * from './cipher-modes'
24
export * from './types'

packages/aes/test/aes.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { describe, expect, it } from 'bun:test'
22
import { utils as UTIL } from 'ts-security-utils'
3-
import { asn1 as ASN1 } from '../src/aes'
3+
import { asn1 as ASN1 } from 'ts-asn1'
44

55
describe('asn1', () => {
66
// Define types at the top

0 commit comments

Comments
 (0)