Skip to content
This repository was archived by the owner on Jun 6, 2024. It is now read-only.

Commit ab3fdbb

Browse files
authored
Merge pull request #32 from qingyang-id/seed-sha256
Update zkbnb-crypto to fix seed data loss issue
2 parents 120ef9a + 3e86837 commit ab3fdbb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/bnb-chain/zkbnb-go-sdk
33
go 1.18
44

55
require (
6-
github.com/bnb-chain/zkbnb-crypto v0.0.8-0.20221118125242-c91182b41b7d
6+
github.com/bnb-chain/zkbnb-crypto v0.0.8-0.20221207070233-362d75e95a2f
77
github.com/consensys/gnark-crypto v0.7.0
88
github.com/ethereum/go-ethereum v1.10.26
99
github.com/stretchr/testify v1.8.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6/go.mod h1:3eOhrU
33
github.com/VictoriaMetrics/fastcache v1.6.0 h1:C/3Oi3EiBCqufydp1neRZkqcwmEiuRT9c3fqvvgKm5o=
44
github.com/bnb-chain/gnark-crypto v0.7.1-0.20221116021202-8d6fc01ac262 h1:kYHgB6keVdBf07XcCFnpvG6rNI40hUWL0Z1JStn62g4=
55
github.com/bnb-chain/gnark-crypto v0.7.1-0.20221116021202-8d6fc01ac262/go.mod h1:KPSuJzyxkJA8xZ/+CV47tyqkr9MmpZA3PXivK4VPrVg=
6-
github.com/bnb-chain/zkbnb-crypto v0.0.8-0.20221118125242-c91182b41b7d h1:kEji+U+X/FlZ1W5rNILo52HEjTo6TDgQ88snjr6W+Zw=
7-
github.com/bnb-chain/zkbnb-crypto v0.0.8-0.20221118125242-c91182b41b7d/go.mod h1:xQXrk8J/e8WsQrlV/n+hg+IObBykXN5gsS3a5/UFudY=
6+
github.com/bnb-chain/zkbnb-crypto v0.0.8-0.20221207070233-362d75e95a2f h1:E81bG5frCh2Y+UEFv7xHlsHfamtEAarENzLfUI2tm9E=
7+
github.com/bnb-chain/zkbnb-crypto v0.0.8-0.20221207070233-362d75e95a2f/go.mod h1:AlzTbvhQojUFpArKHiGHkEYDnapebUbFC/+mek1pZvU=
88
github.com/btcsuite/btcd/btcec/v2 v2.2.0 h1:fzn1qaOt32TuLjFlkzYSsBC35Q3KUjT1SwPxiMSCF5k=
99
github.com/btcsuite/btcd/btcec/v2 v2.2.0/go.mod h1:U7MHm051Al6XmscBQ0BoNydpOTsFAn707034b5nY8zU=
1010
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1 h1:q0rUy8C/TYNBQS1+CGKw68tLOFYSNEs0TFnxxnS9+4U=

0 commit comments

Comments
 (0)