mirror of
https://github.com/open-quantum-safe/liboqs.git
synced 2025-10-06 00:03:35 -04:00
* Original newhope avx2 code and a patchfile * Integrate AVX2 into kex * Makefile.am is needed whether the algorithm is enabled or not * Updated patch style-check update update Life is painful update * Update Documentation - How to integrate external implementations * Remove binary files * brew update for mac * Makefile.am included * Remove patch functionality from travis test * Revert patch * Rename files. * Rename file.
8 lines
82 B
Bash
Executable File
8 lines
82 B
Bash
Executable File
#!/bin/bash
|
|
|
|
for dir in $1;
|
|
do
|
|
git clean -f src/$dir
|
|
git checkout src/$dir
|
|
done
|