Themis Papameletiou

Results 4 issues of Themis Papameletiou

I couldn't find any reference to the timeout parameter in the documentations and the default 300s limit is not enough for my tests. Is it possible to change it? I...

Hello! When I run the command `bunyip -f test.html local -l "safari"` it will launch Safari browser and then wait for the test execution, everything is ok with that. If...

Hello everyone. Working with the examples on version 2.3.0, I have created the following test: ``` typescript abstract class Foo { abstract getBar (num: number): string; } // Creating mock...

This PR implements the secp256k1 group by wrapping around the [k256](https://crates.io/crates/k256) crate. This enhancement enables the use of the DKG protocol in **fastcrypto-tbls** to produce shared keys on the secp256k1...