1d8e86c570
sys/base64: fix return value when input data is empty
2019-10-08 15:38:27 +02:00
Leandro Lanzieri
c5cd71fb72
sys/base64: Add size estimation macros
2019-01-24 08:35:22 +01:00
Juan I Carrano
12729d62a5
Merge pull request #10053 from OTAkeys/feat/base64_const
...
sys/base64: api change (const + void*)
2018-10-23 17:53:58 +02:00
Jose Alamos
851150847c
sys/base64: change ingroup directive
2018-10-05 15:34:49 +02:00
Pieter Willemsen
394c3ecd6d
base64: use void* to pass byte buffers
2018-09-26 18:24:21 +02:00
Pieter Willemsen
2cc1ac4fa8
base64: make input argument const
2018-09-26 17:51:08 +02:00
0fcc7d3834
cleanup: apply headerguard script output
2017-05-24 17:54:02 +02:00
Oleg Hahm
7ee7801c10
*: remove trailing underscores from header guards
2017-01-19 18:30:53 +01:00
Thomas Eichinger
95e8d73532
sys/base64: fix a documentation confusion
2017-01-06 11:07:03 -08:00
Joakim Nohlgård
fb77ddfa8f
base64: Use stddef.h for size_t
2016-07-19 10:33:29 +02:00
Martin Landsmann
a0898dbb9f
sys: add base64 encoding/decoding module
...
- suppressed cppcheck warning for `unassignedVariable` for
the encode/decode arrays in stream encode/decode tests
as these arrays are assigned by the according `base64_[en|de]code()` function.
2015-01-12 11:26:41 +01:00