mirror of
https://github.com/pseXperiments/icicle.git
synced 2026-01-08 23:17:54 -05:00
## Describe the changes This PR adds keccak bindings + passes cfg as reference in keccak cuda functions
5 lines
110 B
Go
5 lines
110 B
Go
package keccak
|
|
|
|
// #cgo LDFLAGS: -L${SRCDIR}/../../../../icicle/build/lib -lingo_hash -lstdc++ -lm
|
|
import "C"
|