-
Run with: `seq 50 | xargs -Iz cargo test`:
```
failures:
---- protocols::two_party_ecdsa::lindell_2017::test::tests::test_d_log_proof_party_two_party_one stdout ----
thread 'protocols::two_par…
-
After writing benches which execute signing many times, here is what I see:
```
thread 'main' panicked at 'assertion failed: party_one::verify(&ec_context, &signature, &pubkey, &message).is_ok()',…
-
Add proper unit testing for: https://github.com/KZen-networks/multi-party-ecdsa/blob/master/src/cryptographic_primitives/commitments/hash_commitment.rs#L23.
-
Add unit tests for Modulo trait: https://github.com/KZen-networks/multi-party-ecdsa/blob/master/src/arithmetic/big_gmp.rs#L32.
-
To reproduce, in: multi-party-ecdsa/src/cryptographic_primitives/commitments/hash_commitment.rs, you can add a for loop in the test itself:
```rust
#[test]
fn test_bit_length_create_commi…
-
So, I portproxied domain on Windows by:
`127.0.0.1 victim.com` - hosts
`netsh interface portproxy add v4tov4 listenport=443 listenaddress=victim.com connectaddress=sslsplit_machine.com connectport=4…
-
Create utility functions for Elliptic curve and Big number manipulation relying on a basic Point (x,y).
-
##### ISSUE TYPE
- Bug Report
##### COMPONENT NAME
##### ANSIBLE VERSION
```
ansible web -m ping -s -u ubuntu -vvv
Using /etc/ansible/ansible.cfg as config file
META: ran handl…
-
Log when I try to test Torrent9 (IT IS NOT A DUPLICATE PLEASE)
Request finished in 6.4855ms 200 application/json; charset=utf-8
--
Aug 29, 2018 10:19:57 AM | Info | Executed action Jackett.Server…
-
Steps to reproduce:
step 1:
start bash
step 2:
start sshd server
sudo /etc/init.d/ssh start
step 3:
connected to sshd server from xshell (a powerful terminal emulator which better than windows cm…