#include "crypto_uint16.h"

crypto_uint16 uint16_load_bigendian(const unsigned char *s)
{
  return crypto_uint16_load_bigendian(s);
}