Dmitry Baryshkov

Results 99 comments of Dmitry Baryshkov

Hello @billnie. You need either nettle or libgcrypt installed to compile the project. Can you please provide more information -- on which system are you building, libnettle version, etc.

@quantum-x please install `flex`.

RIPEMD-128: #406

Test suite written by Sergey Leontiev: https://github.com/openssl/openssl/blob/26906f2d93ad4bc092b8b5783d1b35f8c9f0c6d8/engines/ccgost/gost2814789t.c

Refreshed to remove conflict.

ARIA implementation: #340

I tried looking onto the `signature`-based implementation, but stopped after seeing no good way to implement `RsaSignature`. Unlike ECDSA, where the signature is bound by the size of the curve/field,...

> ...then `impl From for SigningKey` and `impl From for SigningKey` (and so on) > > For PSS, parameters like the MGF digest can be generic parameters, e.g. > >...