implement hmac extension

This commit is contained in:
2019-09-14 01:04:56 +02:00
parent 0fa8d420c9
commit 3d3679d5b9
8 changed files with 350 additions and 135 deletions

1
src/extensions/mod.rs Normal file
View File

@@ -0,0 +1 @@
pub mod hmac;