toposware / frost

A fork of frost-dalek, made WASM compatible, and upgraded to Static ICE-FROST
BSD 3-Clause "New" or "Revised" License
14 stars 2 forks source link

Include KDF in share encryption #14

Closed Nashtare closed 3 years ago

Nashtare commented 3 years ago

We currently feed as AES key the output of the Diffie-Hellman key exchange. To uniformize the key it may be preferable to have a KDF step prior to the AES encryption step.

Not necessary for the POC but as this involves almost no engineering effort, we can still include it.