-
Per @nbougalis:
> Even for SSL/TLS encrypted connections, an attacker can mount relatively inexpensive MITM attacks that are extremely hard to detect and afford the ability to intelligently tamper …
-
Things that were unclear/ambiguous to me during this assignment:
- > The inclusion of the public key in the polynomial.
and
> Check whether the address is included in the polynomial. To d…
-
Heya,
Trying to elaborate on the example. There is no function called "loads" on data.py or core.py. The ZKSignature class also does not have the load function, E.g:` ZKData.load(iq.get())` so im …
-
I'm using ecdsa secp256r1. The signature and key pairs are generated using Java. I try to verify the signature. However, it looks like verifySignature function only accept signature with length equals…
-
This is on the horizon: http://www.w3.org/TR/WebCryptoAPI/
It would be great if bitauth was ready and supporting this as soon as implementations start to emerge in browsers.
-
As a pre-req to https://github.com/p2pderivatives/rust-dlc/issues/221
I don't see a specific reason for using `secp25k1_zkp`
-
brew install libsecp256k1
==> Auto-updated Homebrew!
Updated 1 tap (homebrew/core).
==> Updated Formulae
Updated 1 formula.
==> Cloning https://github.com/bitcoin/secp256k1.git
Updating /Users…
-
Hello, my issue is the following :
I'm creating a bean :
```java
@Bean
public ApiWrapper apiWrapperTestnet() {
ApiWrapper test = ApiWrapper.ofShasta(privKey);
log.info("[TR…
-
Hello community,
I'm trying to create an asset with no success.
Everything looks well during the process of creation, but when I try to broadcast to the network I get this error:
`sendrawtran…
-
```
auth = auth-size || enc-auth-body
auth-size = size of enc-auth-body, encoded as a big-endian 16-bit integer
auth-vsn = 4
auth-body = [sig, initiator-pubk, initiator-nonce, auth-vsn, ...]
enc-…