[svn] / ecrypt / trunk / submissions / mosquito / moustique / Makefile  

svn: ecrypt/trunk/submissions/mosquito/moustique/Makefile

File: [svn] / ecrypt / trunk / submissions / mosquito / moustique / Makefile (download)
Revision: 195, Tue Jan 16 14:59:08 2007 UTC (6 years, 4 months ago) by cdecanni
File size: 323 byte(s)
* imported implementation of MOUSTIQUE (test suite still does not 
support self-synchronizing stream ciphers, though). 

name = moustique
type = ssyn
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