-
If I don't pass a secret to `secp256k1.Signing.PrivateKey` I get a random one. Checking the code to see its implementation, I see that it may be possible to generate an invalid key?
https://github.…
-
```c#
public KeyPair(byte[] privateKey)
{
if (privateKey.Length != SK_SIZE)
throw new ArgumentException("Incorrect private key length");
ClearTextPrivateKey= privateKey;
…
-
Most server apps need a private key. Vault/manual or not, it is probably going to be mediated via juju secrets.
Since the lifecycle of secrets/privkey is probably closer to the hearts and minds of OF…
sed-i updated
1 month ago
-
When you sign a message, you have to sign it with the private key of the wallet to verify the actual wallet's address.
I was able to solve this with https://github.com/bitmark-inc/tweetnacl-swiftwr…
-
hi,the java lib can not sign using derived key using bip39 or bip32? So in java lib,how to use private key and send the amount ,
-
##### SUMMARY
Enable `community.crypto.openssl_privatekey` to save the private key using ansible-vault encryption.
##### ISSUE TYPE
- Feature Idea
##### COMPONENT NAME
community.crypto.open…
agowa updated
1 month ago
-
-
### Feature Description
The vertex model doesn't work on vercel edge. This is cause by the auth-library not being compatible with the edge. This could be easily replaced by a vanilla js script:
…
-
In the IdP create UI, we have two file fields for the signing keypair. In the API, these are [optional _as a pair_](https://github.com/oxidecomputer/omicron/blob/051cd95975b83626d6f801c566404892549b1f…
-
Sometimes i see your tool generated addresses start with 0x00 so i wanna show their privatekey. but whatever i add to line 110 like hex(key_int), current_pvk... even new addresses genarated it always …