-
```
larrow login
```
What does the parameter `keypair id` mean? Cannot be found in QingCloud's api docs.
And login always fail in my environment:
**login fail: RequestHasExpired**
-
https://linkscue.com/2018/11/12/2018-11-12-cgo-types-covertion/#%E6%9B%B4%E5%A4%9A
关于Cgo的相关类型描述,官网上有这么一段话: The standard C numeric types are available under the names C.char, C.schar (signed char), …
-
In the `KeystoreHelperService` the method `createSecretKey()` takes in a seed as parameter. As far as I can see this call is only made in `EncryptionKeyEndpoint` which exposes an endpoint `/Encryption…
-
Add possibility to encrypt and decrypt data with bitcoin keypair.
Require only (public key & address) or (data & signature & address) for encryption.
-
I am willing to put this through but first posting here before starting. The idea is to take more from tweetnacl to include converting ed25519 to a Curve25519 keypair.
Adding verify/sign of a uint…
-
Hi I'm trying to genrate key using the below code
var rsa = forge.pki.rsa;
var keypair = rsa.generateKeyPair({bits: 3072, e: 0x10001});
but whem i'm printing keypair i' gett…
-
my first noise server! :)
noise-network returns a noise stream on `connect()`, but it crashes when i do not use nextTick
first guess: probably we need one inside noise-peer to fix the issue.
…
-
How to use api.CallContract?
public Transaction CallContract (KeyPair key, UInt160 scriptHash, string operation, object[] args, string attachSymbol = null, IEnumerable attachTargets = null);
-
I haven't worked through this, but submitting so I don't forget ... the `DeserializeSeed` trait is there exactly to cover the case when a desereializer needs extra context (e.g. a secp context). So ma…
-
## Description
Investigate why the self delegated stakes of a validator when removed are still active and increase the estimated reward, is this behaviour expected?
This test case can reproduce thi…