added function definitions & doc strings
This commit is contained in:
parent
d3ef554df1
commit
ce921d211c
2 changed files with 16 additions and 0 deletions
|
@ -148,3 +148,9 @@ class Core:
|
|||
conn.commit()
|
||||
conn.close()
|
||||
return
|
||||
|
||||
def generateHMAC(self):
|
||||
'''
|
||||
generate and return an HMAC key
|
||||
'''
|
||||
return
|
Loading…
Add table
Add a link
Reference in a new issue