Alexander Cyon
Alexander Cyon
## Description I've updated to 1.10.21 of Geth and 3.0.0 of Lighthouse, I'm trying to launch lighthouse in two tabs (I used to run terminal tab with `lighthouse bn --staking`...
I just downloaded Xcode 14 (non beta), version 14A309, and this project fails to compile.
If I add `warn-concurrency` and `enable-actor-data-race-check` as `swiftSettings` for `AsyncAlgorithms` target I get some warnings. This is on macOS Ventura (13.0 Beta (22A5331f)) and using Xcode 14.0 beta 5 (14A5294e)....
CBOR?
Hey! This sound very similar to [CBOR](https://cbor.io/). There is a ([CBOR Swift implementation](https://github.com/myfreeweb/SwiftCBOR) of but without proper Encoding/Decoding solution. Have you thought about switching over to the CBOR standard instead...
Fixes ~40 typos of which two where incorrect spellings of `#if FOUNDATION_FRAMWORK`. I don't have Swift 5.9 toolchain setup, so I have not been able to run tests.
### New API Proposal: Noncopyable PrivateKey #### Motivation: For the past six years I've been working with cryptography and Swift and I've been missing some kind of compiler help regarding...
Make NIST PublicKey's (`P256`, `P384` and `P521`) conform to `Equatable` ### Checklist - [x] I've run tests to see all new and existing tests pass - [x] I've followed the...
Make ALL `NIST` PublicKeys conform to `Hashable` N.B. Merge open PR #174 first (or if #174 is closed, close this one too), since this PR builds on top of that....
Make Curve25519 PublicKeys conform to `Equatable` ### Checklist - [x] I've run tests to see all new and existing tests pass - [x] I've followed the code style of the...
Make Curve25519 PublicKeys conform to `Hashable` N.B. Merge open PR #173 first (or if #173 is closed, close this one too), since this PR builds on top of that. ###...