8#ifndef OCRYPTO_SC_P224_H
9#define OCRYPTO_SC_P224_H
void ocrypto_sc_p224_from36bytes(ocrypto_sc_p224 *r, const uint8_t x[36])
int ocrypto_sc_p224_from28bytes(ocrypto_sc_p224 *r, const uint8_t x[28])
void ocrypto_sc_p224_to28bytes(uint8_t r[28], const ocrypto_sc_p224 *x)