1984not-GmbH / molch

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

Make API more consistent #64

Closed FSMaxB closed 7 years ago

FSMaxB commented 8 years ago

Currently different functions arrange their parameters without any apparent system as how to arrange them consistently. Some rules are required to make this consistent.

It might be useful to follow the conventions that libsodium follows.

Some suggestions:

Naming conventions:

FSMaxB commented 7 years ago

Most of that happened in the C++ port.