Alexander Cyon
Alexander Cyon
@grill2010 Hmm I was unable to reproduce, which version of EllipticCurveKit are you usign? on `main` bracnh I wrote this test: ```swift import Foundation import XCTest @testable import EllipticCurveKit final...
Hey! Did you guys try decoding an AffinePoint from data and pass that to PublicKey init? https://github.com/Sajjon/EllipticCurveKit/commit/72621e19ca918ae314cc0fe2614c890412f85303 Otherwise can you pass me the test PrivateKey, expected public key and I...
@yllfejziu Merry Christmas! thanks for opening the issue, sure I can add Cocoapods support, will do it a bit later when Christmas Holidays are over. Feel free to nudge me...
@yllfejziu thank you for taking trying, did you see this: https://github.com/Boilertalk/secp256k1.swift/blob/master/secp256k1.swift.podspec perhaps that might help, might worth another try? Otherwise we will have to wait until have find some extra...
@hebertialmeida sorry for slow response, I just created this PR, not mergable, so that you can copy paste/Git cherry pick if you find anything interesting. https://github.com/hebertialmeida/ModelGen/pull/8
Hey Zilliqa team! Just finished reading ZIP-3 (and made a PR with some minor text fixes #21 ), super interesting read! A have a few comments/suggestions. ## Suggestions for change...
> It's definitely something we have been exploring. Right now, the demand is still unclear and we'd love to get more customer signals on the volume of demand Rust has...
I get the same error, using Xcode 13.3 (13E113) on macOS Monterey 12.3.1 (21E258) ``` // swift-tools-version: 5.6 .... dependencies: [ .package(url: "https://github.com/KevinVitale/WalletKit.git", exact: "0.0.3") ], ... dependencies: [ "WalletKit"...
A collection of canonical JSON test vector sounds like a good vision for the project! And if we will go with only one reference implementation - there are far more...
@real-or-random Any progress on this? I've written a [Swift wrapper called `K1`](https://github.com/sajjon/k1) around this wonderful library, and I've implemented unit test for every `secp256k1` test vector known to man. Here...