diff --git a/src/ssh-to-age.ts b/src/ssh-to-age.ts index 2cc08b3..1f04295 100644 --- a/src/ssh-to-age.ts +++ b/src/ssh-to-age.ts @@ -1,6 +1,6 @@ import { sha256, sha512 } from "@noble/hashes/sha2"; import { bech32 } from "@scure/base"; -import * as sshpk from "sshpk"; +import sshpk from "sshpk"; import { readFile } from "node:fs/promises"; function clampX25519PrivateKey(key: Uint8Array): void {