|
Last change
on this file was
13330,
checked in by Mark Evenson, 14 years ago
|
|
Create API for message digests via generic function DIGEST.
DIGEST-PATH will return the ascii encoding of the SHA-256
cryptographic hash of the resource at PATH as fast as possible.
|
|
File size:
292 bytes
|
| Line | |
|---|
| 1 | ;;; -*- Mode: LISP; Syntax: COMMON-LISP -*- |
|---|
| 2 | (require 'asdf) |
|---|
| 3 | (in-package :asdf) |
|---|
| 4 | |
|---|
| 5 | (defsystem :abcl-tools :version "0.1.0" :components |
|---|
| 6 | ((:module src :pathname "" :components |
|---|
| 7 | ((:file "digest") |
|---|
| 8 | (:file "code-grapher"))))) |
|---|
| 9 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.