Skip to content

Commit

Permalink
docs: add information about contraints for keys
Browse files Browse the repository at this point in the history
  • Loading branch information
vmx committed Nov 27, 2020
1 parent c353a83 commit 85dc918
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//! Constraints for keys:
//! - Must be cryptographically secure hashes
//! - Must be bigger than 4 bytes
#![feature(min_const_generics)]

pub mod buckets;
Expand Down

0 comments on commit 85dc918

Please sign in to comment.