Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ethcrypto
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nebula
ethcrypto
Commits
5c3f8f42
Commit
5c3f8f42
authored
Jul 07, 2025
by
vicotor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update code
parent
1f73f3d6
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
3 deletions
+11
-3
main.go
cmd/main.go
+8
-0
kzg4844.go
crypto/kzg4844/kzg4844.go
+1
-1
kzg4844_ckzg_cgo.go
crypto/kzg4844/kzg4844_ckzg_cgo.go
+1
-1
iterator_test.go
rlp/iterator_test.go
+1
-1
No files found.
cmd/main.go
0 → 100644
View file @
5c3f8f42
package
main
import
"code.wuban.net.cn/cmpchain/ethcrypto/rlp"
func
main
()
{
// just for compile.
println
(
rlp
.
EmptyString
)
}
crypto/kzg4844/kzg4844.go
View file @
5c3f8f42
...
...
@@ -24,7 +24,7 @@ import (
"reflect"
"sync/atomic"
"
code.wuban.net.cn/cmpchain/ethcrypto
/common/hexutil"
"
github.com/CaduceusMetaverseProtocol/MetaTypes
/common/hexutil"
)
//go:embed trusted_setup.json
...
...
crypto/kzg4844/kzg4844_ckzg_cgo.go
View file @
5c3f8f42
...
...
@@ -23,7 +23,7 @@ import (
"errors"
"sync"
"
code.wuban.net.cn/cmpchain/ethcrypto
/common/hexutil"
"
github.com/CaduceusMetaverseProtocol/MetaTypes
/common/hexutil"
gokzg4844
"github.com/crate-crypto/go-kzg-4844"
ckzg4844
"github.com/ethereum/c-kzg-4844/bindings/go"
)
...
...
rlp/iterator_test.go
View file @
5c3f8f42
...
...
@@ -19,7 +19,7 @@ package rlp
import
(
"testing"
"
code.wuban.net.cn/cmpchain/ethcrypto
/common/hexutil"
"
github.com/CaduceusMetaverseProtocol/MetaTypes
/common/hexutil"
)
// TestIterator tests some basic things about the ListIterator. A more
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment