Skip to content

dk14/crypto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This folder contains research on RSA/DH/ECC cryptography.

The bottom line: fastexp overhead is non-monotonic. Asymmetric encryption has "cat in a bag" security - defender has to spend as much energy/resources as attacker to ensure security of a given pubkey.

No free lunch, but illusion that there is.

Statistical estimates of "overheads of fast exp for DLP", which NIST and others (eg Blackberry) are using as an excuse, are not applicable to non-monotonic problems; made-up useless soviet 'proofs' there, coming from worst european ideas.

Additionally, ECC is even worse than DH, speaking of crypto - polynomials introduce more holes on top of illusions.

Note on key restauration with deterministic slowexp (the only inductively proven way): here I show that local monotonicities can be exploited. perfect power (logN speedified with memoization) is used to skip through local monotonic interval.


Energy conservation (or why not consumer/producer symmetry) also applies to TRNGs, but proof requires to replicate whole TRNG pipeline.

And without proof - cannot improve crypto

I partially replicated TRNG pipeline in a tool. PRs are welcome.

Bitcoin TRNG audit tool is here: https://github.com/dk14/crypto/tree/main/chats/btc-audit

Donations BTC: bc1qekvmkczge3hxrvwdf2lj3yyvgjnparn3fdf9lg

About

cryptography, numeric experiments for DLP (RSA and ECC versions). Tool for audits.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors