Convert PIN and touch policies into enums

This commit is contained in:
Jack Grigg
2019-12-01 21:26:17 +00:00
parent 7b70ea0f91
commit 3a4515d902
5 changed files with 120 additions and 60 deletions
+2
View File
@@ -156,6 +156,8 @@ mod metadata;
pub mod mgm;
#[cfg(feature = "untested")]
pub mod msroots;
#[cfg(feature = "untested")]
pub mod policy;
pub mod readers;
#[cfg(feature = "untested")]
mod serialization;