mirror of
https://github.com/urbit/shrub.git
synced 2024-12-24 11:24:21 +03:00
7 lines
105 B
C
7 lines
105 B
C
#ifndef URCRYPT_UTIL_H
|
|
#define URCRYPT_UTIL_H
|
|
|
|
void urcrypt__reverse(size_t size, uint8_t *ptr);
|
|
|
|
#endif
|