[svn] / ecrypt / trunk / submissions / mag / v1 / Makefile  

svn: ecrypt/trunk/submissions/mag/v1/Makefile

File: [svn] / ecrypt / trunk / submissions / mag / v1 / Makefile (download)
Revision: 150, Mon Jan 16 10:00:09 2006 UTC (7 years, 4 months ago) by cdecanni
File size: 317 byte(s)
* imported implementation of new MAG variant. The specifications should 
  be available here: 

  [http://www.ecrypt.eu.org/stream/papersdir/2006/001.pdf]

name = mag
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