packages feed

ed25519-0.0.1.0: src/cbits/include/crypto_uint64.h

#ifndef crypto_uint64_h
#define crypto_uint64_h

#include <stdint.h>
typedef uint64_t crypto_uint64;

#endif