mirror of
https://github.com/urbit/shrub.git
synced 2024-12-22 18:31:44 +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
|