Skip to content

Commit

Permalink
add copyright header
Browse files Browse the repository at this point in the history
  • Loading branch information
ba0f3 committed May 28, 2015
1 parent a1c8709 commit 1b05f6b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions hmac.nim
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
#
# Nim's Unofficial Library
# (c) Copyright 2015 Huy Doan
#
# See the file "LICENSE", included in this
# distribution, for details about the copyright.
#

## This module implements HMAC-SHA1 and HMC-MD5 hashing methods


from sha1 import SHA1Digest, compute
from md5 import MD5Digest, toMD5

Expand Down

0 comments on commit 1b05f6b

Please sign in to comment.