This website requires JavaScript.
Explore
Help
Sign In
status-im
/
op-geth
mirror of
https://github.com/status-im/op-geth.git
Watch
2
Star
0
Fork
You've already forked op-geth
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
540c79e6ad
op-geth
/
pow
/
dash
/
crypto.c
6 lines
93 B
C
Raw
Blame
History
extern
char
*
Sha3
(
char
*
,
int
)
;
char
*
sha3_cgo
(
char
*
data
,
int
l
)
{
return
Sha3
(
data
,
l
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink