// PureNoise CryptoLib (c) 1997-2004, PureNoise Ltd Vaduz #ifndef _crypto_channel_h_ #define _crypto_channel_h_ #include #include #include EXTERN ecc_point * channel_new_keypair (unsigned long *sec, ecc_point *pub); #endif // _crypto_channel_h_