taoensso / tempel

Data security framework for Clojure
https://www.taoensso.com/tempel
Eclipse Public License 1.0
116 stars 1 forks source link

Quantum-safe example #11

Open valerauko opened 3 months ago

valerauko commented 3 months ago

If any post-quantum crypto key exchange algorithms are supported by tempel, I'd love to see some examples how to use them.

ptaoussanis commented 3 months ago

@valerauko Hi there! Do you have any specific algorithm/s in mind?

valerauko commented 3 months ago

Nothing specific. I saw this article about iMessage's new algo and I wondered if such a "continuous PQC rekeying" would be possible with tempel. The original Apple release seems to go into detail about the implementation.

ptaoussanis commented 3 months ago

Gotcha, thanks. I'm not too familiar with post-quantum crypto off-hand, but will look into this a bit more when I'm next doing batched work on Tempel 👍