diff --git a/gf256.h b/gf256.h index 1bf0692..71134d2 100644 --- a/gf256.h +++ b/gf256.h @@ -272,10 +272,6 @@ static GF256_FORCE_INLINE void gf256_div_mem(void * GF256_RESTRICT vz, //------------------------------------------------------------------------------ // Misc Operations -/// Swap two memory buffers in-place -extern void gf256_memswap(void * GF256_RESTRICT vx, void * GF256_RESTRICT vy, int bytes); - - #ifdef __cplusplus } #endif // __cplusplus