#include "crypto_uint16.h"

crypto_uint16 uint16_load(const unsigned char *s)
{
  return crypto_uint16_load(s);
}