-
We want to use capillary to support E2E encryption for push messages, on both android and iOS, on iOS we need to generate an RSA keypair, and provide the public key to the server. The problem is that …
-
```
wallet := types.NewAccount()
```
Above code as I realised does not actually create a useable wallet. It only generates an ed25519 keypair locally.
Is there example code for how to make a w…
-
# Requirements
As a user I should be able to sign up.
```
$ hush signup
> Enter your name: Jake Klassen
A verification email has been sent to . It will expire in 5 minutes.
> Enter verifica…
-
Hi Team,
I am trying to implement the java-bigchaindb but I am not able to send the transcation as it give error while importing package
com.bigchaindb.cryptoconditions.types.Ed25519Sha256Conditi…
-
I'm using example from test file: [https://github.com/toncenter/tonweb/blob/c2d5d0fc23d2aec55a0412940ce6e580344a288c/src/test-jetton.js](url).
```
await wallet.methods.transfer({
secretKey: key…
-
Decrypting an illegal data array will be out of bounds, then Panic.
I think it's better to throw an error, the same problem with sm2::keypair_from_pem_file().
-
### Describe the problem
I added the ability to set the key in an existing deploy alias (among [other things](https://github.com/o1-labs/zkapp-cli/pull/413)), but it would be nice to have the ability…
-
I'm having a niche but very real problem. I am running multiple NIP-46 signers for the same nsec, to authorize with different apps. The problem is that whichever signer that responds first likely isn'…
-
Hi guys, I'm trying to implement the statecoin protocol, I used the schnorr to handle the multisig between the server and user. We create the signature using this one
``` rust
let sighash = …
-
Hi,
I am trying to implement a specific test case with this lib. I want to generate PKCS8 format keypair.
As of now I am unable to figure out how I can achieve.
Other details - 2048 bit, SHA256…