Hosein Rezaei

Results 14 issues of Hosein Rezaei

Fixed an error spotted in the event of click on segments. In almost all (not checked all) samples, pie is defined as a global variable and is used as ID...

Thanks for useful efforts, The original version and java implementation of Rouge have also an option for stop word removal, are you going to implement it too?

enhancement
help wanted

This MR adds Key Rotation support to the GG18 examples. It repeats DKG but keeps the public key fixed. Check README.md for an example on how to run Key Rotation....

This is the first try to improve code quality of the gg18 examples a little bit further. Inspired from [this article](https://towardsdatascience.com/python-clean-code-6-best-practices-to-make-your-python-functions-more-readable-7ea4c6171d60), I'm going to break down the main function in...

https://github.com/ZenGo-X/multi-party-ecdsa/blob/fc4a0ed2e1c9ba75d249e7ef0172ebc310f2eb43/src/utilities/mta/test.rs#L7 This test function works fine with the secp256_k1 curve, but if you change the underlying curve scalars and points to those of Ed25519, it fails always. To see the...

This branch contains examples for key and signature generation using {t, n} threshold setup. It is tried to keep it as similar as possible to the examples in the [ECDSA...

I need wn.all_synsets(lang='fas') and also synset.definition(lang='fas')

The command `cargo build` raises an error like this: ``use super::traits::Hash;``\ `` | ^^^^^^ could not find `traits` in `super` `` https://github.com/ZenGo-X/curv/blob/4665149e093e0bef0443d9ba129b083f8a044481/src/cryptographic_primitives/hashing/hash_sha256.rs#L10 There is no traits module in the upper-level...

There seems to be an error in encoding/decoding of a GE ([Ed25519Point](https://github.com/ZenGo-X/curv/blob/b3b9c39b3113395604c50a248dfd3b9bbaa034fa/src/elliptic/curves/ed25519.rs#L45)) in version 0.7.0. In the example below, the base_point is serialized to JSON, and a new point is...

As you already know, doing outer join on constants produces many groundings which might be semantically invalid or impossible. This increases the size of the grounding table unnecessarily which in...