mirror of https://github.com/vacp2p/zerokit.git
docs: add todos
This commit is contained in:
parent
9cb37a229d
commit
6fdaf3474b
|
@ -6,6 +6,11 @@ use std::slice;
|
||||||
///
|
///
|
||||||
/// Also heavily inspired by https://github.com/kilic/rln/blob/master/src/ffi.rs
|
/// 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)]
|
#[repr(C)]
|
||||||
#[derive(Clone, Debug, PartialEq)]
|
#[derive(Clone, Debug, PartialEq)]
|
||||||
pub struct Buffer {
|
pub struct Buffer {
|
||||||
|
|
Loading…
Reference in New Issue