dazoe / ecc

Native node js module for ECDH and ECDSA
MIT License
5 stars 7 forks source link

public key fingerprint #3

Open xkxx opened 11 years ago

xkxx commented 11 years ago

Hello Dazoe,

Can you add a method for getting public key fingerprints? Thank you.

Best, xkxx

dazoe commented 10 years ago

Fingerprints are for large keys, IE 2048 rsa where the key is hashed to something like 160 or 256 bits. With ecc the keys are small enough, 256 bits, they don't need finger prints. If there is a standard set for ecc finger prints i'd happily add it. But I don't think there is one.