Anton Bukov

Results 192 comments of Anton Bukov

@MaxGraey agree, but I would prefer to have working implementation first and optimized shipped with update.

Yep, I see method is internal and argument is not calldata, then really consider using “identity” precompile for copying

Можно еще по аналогии с GitHub сделать комбинациями символов https://gist.github.com/rxaviers/7360908

@1Boomburum как попробовать то? Без эмоджи перевод получился не такой эмоциональный: https://habrahabr.ru/post/341518/

@1Boomburum вот мне и казалось что пока редактировал статью эмоджи были, а как опубликовал – пропали :(

@daler-als а нельзя сделать как у гитхаба? https://gist.github.com/rxaviers/7360908 И только при отображении статьи в режиме просмотра, подгружать эмоджи все поверх ASCII-комбинаций.

Looks like `d` can not exist for equation `d⋅e ≡ 1 (mod φ(n))` if `gcd(e, φ(n)) != 1`. So private key doesn't exists for this public key.

Right now Shallot generates 50 RSA key pairs per second. Every public key consists from two numbers: `n` and `e`. Where `e` can be any integer number, but it should...

The best way to solve it - to enumerate prime numbers.