Factor out pickle_encoding from olm.cpp
We don't need to have all of the top-level pickling functions in olm.cpp; factor out the utilities to support it to pickle_encoding.cpp (and make sure that they have plain-C bindings).
include/olm/pickle_encoding.h
0 → 100644
src/pickle_encoding.c
0 → 100644
Please register or sign in to comment