From: Chris Duncan Date: Fri, 3 Apr 2026 22:54:08 +0000 (-0700) Subject: Remove deprecated export. X-Git-Tag: v0.11.0~6^2~1 X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=fb8ce23bf6aa7884df8067eb5d7f3ad640e6e0ab;p=libnemo.git Remove deprecated export. --- diff --git a/src/lib/crypto/index.ts b/src/lib/crypto/index.ts index 4b5d851..3908f0a 100644 --- a/src/lib/crypto/index.ts +++ b/src/lib/crypto/index.ts @@ -4,7 +4,6 @@ import { Bip39 } from './bip39' import { Bip44 } from './bip44' import { Blake2b } from './blake2b' -import { Secp256k1 } from './secp256k1' import { WalletAesGcm } from './wallet-aes-gcm' -export { Bip39, Bip44, Blake2b, Secp256k1, WalletAesGcm } +export { Bip39, Bip44, Blake2b, WalletAesGcm }