Browse Source

Add TODO

master
Sean Bowe 7 years ago
parent
commit
6e80c12365
No known key found for this signature in database
GPG Key ID: 95684257D8F8B031
  1. 1
      src/circuit/pedersen_hash.rs

1
src/circuit/pedersen_hash.rs

@ -10,6 +10,7 @@ use bellman::{
};
use super::lookup::*;
// TODO: ensure these match the spec
pub enum Personalization {
NoteCommitment,
AnotherPersonalization

Loading…
Cancel
Save