-
As discussed in [#1015](https://github.com/bitcoin-core/secp256k1/issues/1015#issuecomment-969404458)
Adding a way to serialize/deserialize keypair would help with libraries that call from WASM etc…
-
Currently, only one keypair is stored per profile. Any page could trigger `window.mozCipher.pk.generateKeyPair` and thus overwrite the stored key, meaning that the user will lose access to whatever e…
-
**Is your feature request related to a problem? Please describe.**
It's a bit cumbersome to quickly generate keypairs when making wireguard configurations. [Example](https://old.reddit.com/r/WireGuar…
-
Since `v1.10.0` at `@solana/web3.js`, `Account` was deprecated. So we should update `@solana/web3.js` package and replace `Account` with `KeyPair`.
-
## Description
Implement a cryptographic key generation mechanism for user account registration. This will involve generating a pair of public and private keys, which will be used to securely identif…
-
I compile the source code and run demo "By Count.eprj" ,provide exe to be protected and days limited, click the button "Protect exe NOW", this function Import_KeyPair report error "DLL error code show…
-
I have error with BLOB pls help me
I can't use readAsBlob
try {
const fileBuffer = fs.readFileSync('tiho2.png');
const fileBlob = new Blob([fileBuffer], { type: 'imag…
-
# Description
When setting helm parameter `.Values.nameOverride` to anything else than it's default value `cert-manager-approver-policy` the approver fails to generate it's tls certificate during sta…
smuda updated
4 hours ago
-
I used the following code to transfer money, but it was actually unsuccessful but the code did not throw an error
```ts
import { TonClient, WalletContractV4, internal , toNano} from "@ton/ton";
i…
-