starkex-resources icon indicating copy to clipboard operation
starkex-resources copied to clipboard

Results 16 starkex-resources issues
Sort by recently updated
recently updated
newest added

i notic that starkware is not using the secp256k1 curve. however, i compared the ecdsa sign to bitcoin library secp256k1, it is much slower. libsecp256k1 only takes 85 micro per...

Add README.md for crypto library, otherwise the link is 404 in the topmost README.

Bumps [fastecdsa](https://github.com/AntonKueltz/fastecdsa) from 1.7.2 to 2.1.2. Changelog Sourced from fastecdsa's changelog. [2.1.2] Fixed Point at infinity handling in C extensions (issue #52) DER signature decoding that assumed length was always...

dependencies

Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1 to 5.4. Changelog Sourced from pyyaml's changelog. 5.4 (2021-01-19) yaml/pyyaml#407 -- Build modernization, remove distutils, fix metadata, build wheels, CI to GHA yaml/pyyaml#472 -- Fix for...

dependencies

Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1 to 5.4. Changelog Sourced from pyyaml's changelog. 5.4 (2021-01-19) yaml/pyyaml#407 -- Build modernization, remove distutils, fix metadata, build wheels, CI to GHA yaml/pyyaml#472 -- Fix for...

dependencies

Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.6.2 to 3.7.4. Release notes Sourced from aiohttp's releases. aiohttp 3.7.3 release Features Use Brotli instead of brotlipy [#3803](https://github.com/aio-libs/aiohttp/issues/3803) <https://github.com/aio-libs/aiohttp/issues/3803>_ Made exceptions pickleable. Also changed the repr...

dependencies

1. Added `tox.ini` config to get rid of warning when running `presubmit.sh`. 2. Created documentation describing how to set up environment for `presubmit.sh`.

## Issue [Signaure.js](https://github.com/starkware-libs/starkex-resources/blob/master/crypto/starkware/crypto/signature/signature.js) serves as a library to perform cryptographic functions required in starknet smart-contracts. The Pedersen Hash implementation in it doesn't allow for hashing of starknet public keys. The...

Dear team, within your documentation you re saying that it is possible to deposit and withdraw funds on your network: https://docs.starkware.co/starkex-v3/starkex-deep-dive/smart-contracts-1/public-interactions, you even mention the functions to use. But you...