diff options
author | EuAndreh <eu@euandre.org> | 2024-10-18 13:45:15 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-10-18 18:04:41 -0300 |
commit | 804ca010dd354ff30e12dbf2c40dcb83e9820918 (patch) | |
tree | 434bd43a59308089c1de4e38fb6980fc61a3f9c4 /tests/functional/version/main.go | |
parent | Add baseline functional test, fuzz target and benchmark (diff) | |
download | scrypt-804ca010dd354ff30e12dbf2c40dcb83e9820918.tar.gz scrypt-804ca010dd354ff30e12dbf2c40dcb83e9820918.tar.xz |
Remove Go code in favor of upstream libscrypt-kdf
Adapt build to handle cgo shenanigans.
Diffstat (limited to '')
l--------- | tests/functional/version/main.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/functional/version/main.go b/tests/functional/version/main.go new file mode 120000 index 0000000..f67563d --- /dev/null +++ b/tests/functional/version/main.go @@ -0,0 +1 @@ +../../main.go
\ No newline at end of file |