Nikita Kaskov

Results 80 issues of Nikita Kaskov

EDDSA is a commonly used signature function. We have its verification support in the circuit compiler. But we still need to add it to crypto3 under ZKLLVM macro to provide...

You cane use `clang` or `gcc` option ` -fno-exceptions` to disable exceptions and get the list where they are.

For the sake of our dev community extension, we need to prepare the SDK in a form, which everyone can use without crying. That includes three main task types: -...

epic

Currently, different modules require different Cmake minimal versions. There is no apparent reason for that, so it makes sense to set the same minimal version for all.

enhancement

We have a lot of outdated tests for functionality we don't use. They need to be disabled, since we don't have resources for fixing them right now. - [ ]...

Is it possible to mark [keypair `good` method](https://github.com/openfheorg/openfhe-development/blob/main/src/pke/include/key/keypair.h#L55) as a **const** one? Rust is very sensitive in terms of constantness. That would help us develop a better Rust trait in...

new feature
cleanup

As already mentioned in https://github.com/openfheorg/openfhe-development/issues/723 , Rust is very sensitive in terms of constantness. Correct `const` modifiers would help us develop a better Rust trait in our [openfhe-rs wrapper](https://github.com/fairmath/openfhe-rs). It...

new feature
cleanup

- https://github.com/NilFoundation/proof-market-toolchain/issues/89 - https://github.com/NilFoundation/proof-market-toolchain/issues/55 - https://github.com/NilFoundation/proof-producer/issues/1 - https://github.com/NilFoundation/proof-producer/issues/2 - https://github.com/NilFoundation/proof-market-toolchain/issues/84 - https://github.com/NilFoundation/proof-market-toolchain/issues/124 - https://github.com/NilFoundation/proof-producer/issues/6 - https://github.com/NilFoundation/proof-market-v2/issues/5

epic

Rewrite proof market toolchain logic and make it dependent on zkllvm binaries (zkllvm `clang`, `assigner`, `transpiler`) and `proof-producer` binary.