[svn] / ecrypt / trunk / submissions / salsa20 / reduced / 12-rounds / ppro / Makefile  

svn: ecrypt/trunk/submissions/salsa20/reduced/12-rounds/ppro/Makefile

File: [svn] / ecrypt / trunk / submissions / salsa20 / reduced / 12-rounds / ppro / Makefile (download)
Revision: 161, Thu Feb 23 21:15:20 2006 UTC (7 years, 2 months ago) by cdecanni
File size: 320 byte(s)
* imported reduced-round variants Salsa20/8 and Salsa20/12.

name = salsa20
type = sync
std = -ansi

srcdir = .
root := $(shell \
  cd "$(srcdir)"; root="$(srcdir)"; \
  while [ "`pwd`" != "/" ]; do \
    if [ -r "`pwd`/test/ecrypt-test.mk" ]; then  \
      echo $$root; exit; \
    fi; \
    cd ..; root="$$root"/..; \
  done; \
  echo ".")

include $(root)/test/ecrypt-test.mk


eSTREAM Project

Powered by ViewCVS 1.0-dev
(Powered by Apache)

ViewCVS and CVS Help