Skip to content

Commit 3cc8083

Browse files
committed
Rename renaming libsodum module to ed25519
1 parent 6bf92d6 commit 3cc8083

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* eslint-disable no-bitwise */
22
import { fromHex } from "@cosmjs/encoding";
33

4-
import { Ed25519, Ed25519Keypair } from "./libsodium";
4+
import { Ed25519, Ed25519Keypair } from "./ed25519";
55

66
describe("Libsodium", () => {
77
describe("Ed25519Keypair", () => {

packages/crypto/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
export { type Argon2idOptions, Argon2id, isArgon2idOptions } from "./argon2";
22
export { Bip39, EnglishMnemonic } from "./bip39";
3+
export { Ed25519, Ed25519Keypair } from "./ed25519";
34
export type { HashFunction } from "./hash";
45
export { Hmac } from "./hmac";
56
export { Keccak256, keccak256 } from "./keccak";
6-
export { Ed25519, Ed25519Keypair } from "./libsodium";
77
export { Random } from "./random";
88
export { Ripemd160, ripemd160 } from "./ripemd";
99
export { type Secp256k1Keypair, Secp256k1 } from "./secp256k1";

0 commit comments

Comments
 (0)