paulmillr / micro-key-producer

Produces secure keys and passwords. Supports SSH, PGP, BLS, OTP and many other formats
MIT License
34 stars 9 forks source link

readme references ed25519-keys instead of ed25519-keygen in a few places #3

Closed jcolson closed 1 year ago

jcolson commented 1 year ago

imports in a couple places reference keys instead of keygen

import ssh from 'ed25519-keys/ssh';
import pgp from 'ed25519-keys/pgp';
import tor from 'ed25519-keys/tor';
import { randomBytes } from 'ed25519-keys/utils';
paulmillr commented 1 year ago

fixd