Node.js¶
Backlinks¶
- CAN will depend on openssl for hashing algorithms
- node uses openssl for crypto under the hood. Because CAN will encode digests with multihash, can will be able to provide fallbacks in the future.
- Which hashing algorithm should the CAN manager use?
- This leads to a few decisions. Firstly, CAN will use SHA3-512 digests. Secondly, CAN will use multihash to encode digests. Finally as node relies on openssl for crypto, CAN will depend on openssl for hashing algorithms.