Settings

Theme

Show HN: ChaCha20nosat, a symmetric cipher that resists being put into SAT form

kilncore.space

1 points by makira 2 years ago · 0 comments · 1 min read

Reader

There has been a recent discussion about the monoculture in crypto, and how ChaCha20 is a fallback to AES256.

All current mainstream ciphers are relatively easy to transform into SAT form. This is a proposal for a fallback for that, using polymorphic constraints between the bits via sboxes that are part of the private key.

Suggested changes to avoid redoing XChaCha20: since the sboxes could be the entire private key, what was the key could be a 256 bits nonce, and what was the nonce could be the counter, and what was the counter could be a stream index: such a modification could be called yadacha20.

Small, self-contained super ugly, quickly written Rust code: this is an initial draft of a work in progress. The goal of this post is to get feedback as early as possible.

Thank you.

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection