|
- /**
- * @file decaf/crypto.h
- * @author Mike Hamburg
- *
- * @copyright
- * Copyright (c) 2015-2016 Cryptography Research, Inc. \n
- * Released under the MIT License. See LICENSE.txt for license information.
- *
- * Example Decaf crypto routines, metaheader.
- * @warning These are merely examples, though they ought to be secure. But real
- * protocols will decide differently on magic numbers, formats, which items to
- * hash, etc.
- *
- * @warning This file was automatically generated in Python.
- * Please do not edit it.
- */
-
- #ifndef __DECAF_CRYPTO_H__
- #define __DECAF_CRYPTO_H__ 1
-
- #include <decaf/crypto_255.h>
- #include <decaf/crypto_448.h>
-
- #endif /* __DECAF_CRYPTO_H__ */
|