This website requires JavaScript.
Explore
Help
Sign In
interesting
/
go-ethereum
mirror of
https://github.com/ethereum/go-ethereum.git
Watch
1
Star
0
Fork
You've already forked go-ethereum
0
Code
Issues
Projects
Releases
Wiki
Activity
410b35e913
go-ethereum
/
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