1984not-GmbH / molch

An implementation of the axolotl ratchet based on libsodium.
Other
23 stars 3 forks source link

Replace custom pool allocator with google protobufs arena #118

Closed FSMaxB closed 6 years ago

FSMaxB commented 6 years ago

This is the first step in switching to googles C++ protocol buffers implementation (#117)

FSMaxB commented 6 years ago

Googles arena works great!