Skip to content

Commit

Permalink
named import from ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
imcotton committed Mar 13, 2024
1 parent e5b2e0d commit 90484da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import ssh from 'ed25519-keygen/ssh';
import { getKeys } from 'ed25519-keygen/ssh';

import { PBKDF2 } from './pbkdf2.ts';

Expand Down Expand Up @@ -35,7 +35,7 @@ export async function main ([
passphrase: encode(passphrase),
});

return ssh(new Uint8Array(entropy));
return getKeys(new Uint8Array(entropy));

}

0 comments on commit 90484da

Please sign in to comment.