docs: add todos

This commit is contained in:
Oskar Thoren 2022-03-18 13:21:09 +08:00
parent 9cb37a229d
commit 6fdaf3474b
No known key found for this signature in database
GPG Key ID: B2ECCFD3BC2EF77E
1 changed files with 5 additions and 0 deletions

View File

@ -6,6 +6,11 @@ use std::slice;
///
/// Also heavily inspired by https://github.com/kilic/rln/blob/master/src/ffi.rs
// TODO Update mul to rln references
// TODO Make sure get_root etc is on right LE form
// TODO Add other FFI interfaces (update_next_member etc) while making sure it
// is according to new RLN spec
#[repr(C)]
#[derive(Clone, Debug, PartialEq)]
pub struct Buffer {