Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scripts for neon implementation and benchmarks #1

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

gtsoul-tech
Copy link
Collaborator

@gtsoul-tech gtsoul-tech commented Feb 4, 2025

for the libsodium

./autogen.sh -s
automake
mkdir builddir
cd builddir
../configure CFLAGS="-DDEV_MODE" CPPFLAGS="-DDEV_MODE" --prefix=$HOME

make && make check

#benchmark_throughput
gcc -o benchmark benchmark.c -I $HOME/include -L $HOME/lib -lsodium
LD_LIBRARY_PATH=$HOME/lib ./benchmark

#bench
make bench
sudo LD_LIBRARY_PATH=$HOME/lib ./generichash_bench > generichash_bench.data

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants