diff options
| -rw-r--r-- | hmac.rs | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -85,11 +85,3 @@ impl HMAC { } } } - -fn main() { - let mut h = HMAC(SHA512, ~[00u8]); - - h.update([00u8]); - - println!("{:?}", h.final()) -} |
| index : rust-openssl | |
| Unnamed repository; edit this file 'description' to name the repository. |
| aboutsummaryrefslogtreecommitdiff |
| -rw-r--r-- | hmac.rs | 8 |
@@ -85,11 +85,3 @@ impl HMAC { } } } - -fn main() { - let mut h = HMAC(SHA512, ~[00u8]); - - h.update([00u8]); - - println!("{:?}", h.final()) -} |