Blame view

build4/epsilon-master/ion/src/device/base64.h 106 Bytes
6663b6c9   adorian   projet complet av...
1
2
3
4
5
  namespace Base64 {
  
  void encode(const unsigned char * input, unsigned int inputLength, char * output);
  
  }