#include "crypto_uint8.h"

crypto_uint8 uint8_load_bigendian(const unsigned char *s)
{
  return crypto_uint8_load_bigendian(s);
}