paulmillr / micro-key-producer

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

documentation for slip10 seems out-of-sync #24

Closed huckym closed 3 weeks ago

huckym commented 3 weeks ago

import slip10 from 'micro-key-producer/slip10.js' is importing HDKey directly so usage should be slip10.* and not slip10.HDKey.*

paulmillr commented 3 weeks ago

Pull requests are welcome

huckym commented 3 weeks ago

done :)