DEBSOURCES
Skip Quicknav
sources / tinyssh / 20230101-1 / crypto / uint32_pack.h
12345678
#ifndef _UINT32_PACK_H____ #define _UINT32_PACK_H____ #include "crypto_uint32.h" extern void uint32_pack(unsigned char *, crypto_uint32); #endif