Software / code / verse
Annotate
libs/hashes.lua @ 195:dc61684e8dbf
plugins.vcard: Get and set vcard-temp info.
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Thu, 17 Mar 2011 00:50:02 +0100 |
| parent | 129:c0be31a5ff55 |
| child | 389:bf3a4fcdcb76 |
| rev | line source |
|---|---|
|
129
c0be31a5ff55
libs.hashes: Pure-Lua util.hashes replacement (depends on util.sha1)
Matthew Wild <mwild1@gmail.com>
parents:
diff
changeset
|
1 local sha1 = require "util.sha1"; |
|
c0be31a5ff55
libs.hashes: Pure-Lua util.hashes replacement (depends on util.sha1)
Matthew Wild <mwild1@gmail.com>
parents:
diff
changeset
|
2 |
|
c0be31a5ff55
libs.hashes: Pure-Lua util.hashes replacement (depends on util.sha1)
Matthew Wild <mwild1@gmail.com>
parents:
diff
changeset
|
3 return { sha1 = sha1.sha1 }; |