-
There is a lot of ambiguity on what ED25519 specification is. NEAR Protocol implements ED25519 in a specific way which is not the same as how many cryptographic libraries do. We need to write a detail…
-
The ed25519 keys in torrents are not the same as the ed25519 keys used around the world. Is this some kind of its own version of the keys?
Throughout the world, a private key is 32 bytes of the seed …
-
### Hierarchical Derivation Keys for Solana
Generating HD keys for Solana is different from Ethereum for one reason: these chains use different algorithms for keys. For the first, we don't have an ex…
-
### What version of Bun is running?
1.0.11+f7f6233ea
### What platform is your computer?
Darwin 21.6.0 x86_64 i386
### What steps can reproduce the bug?
Basically, I am using ssh2 to connect and …
-
Currently exploring two implementations for delegated attestations. either as authorities or via `signatures`
In rust based blockchains, signatures can easily be compute intensive and slow.
Howev…
-
Based on the conversation in PeculiarVentures/PKI.js#164 I'm hoping I can get help with adding the `Ed25519` curve to webcrypto-liner. It looks like @microshine just added `secp256k1` -- I'm assuming …
-
### Linux distribution
``` Arch Linux ```
### Terraform version
1.9.7
### Provider and libvirt versions
provider: 0.8.0
## Description of Issue/Question
module only checks for `id…
-
### Describe the feature you'd like
To make keys functions non-async.
Rewrite `packages/crypto/src/Bip32/Bip32PrivateKey.ts` and `packages/crypto/src/Bip32/Bip32PublicKey.ts` to remove async whe…
-
One thing that seems potentially useful to support is specifying the expected public key in request headers. For example, if an application specifies `integrity="ed25519-[base64-encoded public key]"`,…
-
**Related command**
**Is your feature request related to a problem? Please describe.**
**Describe the solution you'd like**
**Describe alternatives you've considered**
**Additional…