@starkware-industries/starkware-crypto-utils
Advanced tools
Comparing version 0.1.0 to 0.1.1-dev.1
@@ -0,1 +1,8 @@ | ||
### [0.1.1-dev.1](https://github.com/starkware-libs/starkware-crypto-utils/compare/v0.1.0...v0.1.1-dev.1) (2023-05-15) | ||
### 📚 Docs | ||
* fixed URL to Pedersen hash documentation ([#15](https://github.com/starkware-libs/starkware-crypto-utils/issues/15)) ([23f09b4](https://github.com/starkware-libs/starkware-crypto-utils/commit/23f09b44369a58d2f9169291e103e33cb99ace52)) | ||
## [0.1.0](https://github.com/starkware-libs/starkware-crypto-utils/compare/v0.0.2...v0.1.0) (2023-05-07) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@starkware-industries/starkware-crypto-utils", | ||
"version": "0.1.0", | ||
"version": "0.1.1-dev.1", | ||
"description": "Signatures, keys and Pedersen hash on STARK friendly elliptic curve", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -81,3 +81,3 @@ ///////////////////////////////////////////////////////////////////////////////// | ||
Full specification of the hash function can be found here: | ||
https://starkware.co/starkex/docs/signatures.html#pedersen-hash-function | ||
https://docs.starkware.co/starkex/crypto/pedersen-hash-function.html | ||
shiftPoint was added for technical reasons to make sure the zero point on the elliptic curve does | ||
@@ -84,0 +84,0 @@ not appear during the computation. constantPoints are multiples by powers of 2 of the constant |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
347988