oe-encode
An implementation of the ENCODE() hash function from Progress OpenEdge.
$ area51 add oe-encodeCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(oe-encode:some-function ...)