Alexander

Results 73 comments of Alexander

I've tried to solve it. One aspect that I've found that for any tuple facts about it's members were missing, like the fact of aliasing `AnonParam` and `Param`. Unfortunately it...

Hello @Sajjon I'll start wit the last question: Scrypt for CryptoSwift is unfortunately delayed, I couldn't make it fast enough and fight copy of write. The purpose of the library...

How much did you get for one Scrypt operation? It should ideally be below 0.1 second for “weak” parameters (N=4096). I think C implementation has something like 0.016, while debug...

I’ll start working on a consolidation structure after finishing a work on extension fields and pairing operation ________________________________ From: Huang Yu Sent: Saturday, September 29, 2018 12:43:16 PM To: shamatar/EllipticSwift...

Now it can match the full body of __multi3 by logical sequence (with allowed variations over parameters in symmetrical opcodes) and replaces it with "imul" over I128 type

@TheCodewr It may be an Infura problem similar to [this](https://github.com/ethers-io/ethers.js/issues/705). Try something similar on the local dev node

You should be able to instantiate a generic JsonRPCProvider using either https or websocket transport and use it with alchemy

Is there are plan to extend traits to support Schnorr signatures where it's necessary to specify a Fiat-Shamir transformation function over message, public key and nonce? Same thing potentially applies...