You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

25 lines
677 B

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