-
## Steps to Reproduce Issue
`Ed25519Keypair.getPublicKey().toSuiAddress()` does not generate the appropriate Sui address matching the client.
```
sui client addresses
Showing 5 results.
0x4…
-
There have been several questions about the `at_hash` parameter currently used to convey the hash of an access token in requests to the RS. Right now we use the definition from OpenID Connect:
http…
-
The current draft is partially agnostic to the cryptographic details and in other parts very specific.
For example, the choice of curve is left open: https://github.com/schanzen/bbs-signature/blob/ma…
-
DISCLAIMER: This issue is NOT funded by USDC, It is funded by 0L GAS, the native token for the 0L Network. The 0L GAS token is currently not liquid -- and may never be -- although, it is possible that…
-
@kdenhartog
We discussed maybe being able to use a key for both verification, and key agreement... and maybe with future suites as well...
Choosing something like `JsonWebKey2020`, might be mo…
-
Narwhal's repo crypto structure and design is modular allowing for multiple signature schemes, on the other hand Sui's `crypto.rs` is ed25519 specific. Sui's cryptographic agility (i.e., validator BLS…
-
Coordination and high-level discussion ticket
- [x] "integrate AEAD-style crypto code" (this also adds AES-GCM crypto code, which would be unused at first). At first, only the legacy-compatible mod…
-
Section 3.3.2. This section hard-codes which crypto algorithm can be used. Consider if you want to explicitly enable crypto agility by say creating a registry of permissible crypto algorithms.
-
Should the signed message syntax be [General](https://datatracker.ietf.org/doc/html/rfc7515#section-7.2.1) or [Flattened](https://datatracker.ietf.org/doc/html/rfc7515#section-7.2.2)?
General Synta…
-
Package `chacha20` currently lives at `x/crypto/internal/chacha20` which is not importable by users outside of `x/crypto`. Please move it to `x/crypto/chacha20`. Additionally, please make the API simi…