AwalaApp / specs

Awala Protocol Suite Specifications
https://specs.awala.network
Creative Commons Attribution Share Alike 4.0 International
5 stars 1 forks source link

Require HKDF and demote the X9.63 KDF to a recommendation #66

Open gnarea opened 4 years ago

gnarea commented 4 years ago

I had to replace the HKDF with the KDF in X9.63 (see #23) because PKI.js doesn't support HKDF.

We should propose a PR to PKI.js to support HKDF and then require it in the protocol suite, demoting the X9.63 KDF to a recommendation,

The JVM implementation is ready to use HKDF because Bouncy Castle already supports it.