#include "crypto_int16.h"

crypto_int16 int16_load_bigendian(const unsigned char *s)
{
  return crypto_int16_load_bigendian(s);
}