chibipub

experimental activitypub node in C
git clone git://jb55.com/chibipub
Log | Files | Refs | README | LICENSE

hex.h (164B)


      1 #pragma once
      2 
      3 int hex_bytes(unsigned char *bytes, int n_bytes, char *buf, int buf_size);
      4 int b62_bytes(unsigned char *bytes, int n_bytes, char *buf, int buf_size);