Last change
on this file since 37645 was
37645,
checked in by Kon Lovett, 6 months ago
|
match C update proc use of size_t len in ffi decl
|
File size:
501 bytes
|
Rev | Line | |
---|
[35856] | 1 | ;;;; sha2.egg -*- Scheme -*- |
---|
| 2 | ;;;; Kon Lovett, Jul '18 |
---|
| 3 | |
---|
| 4 | ((synopsis "Computes 256-, 385- and 512-bit SHA2 checksums") |
---|
[37645] | 5 | (version "4.0.5") |
---|
[35856] | 6 | (category crypt) |
---|
[36135] | 7 | (author "Aaron D. Gifford and Daishi Kato") |
---|
| 8 | (maintainer "[[kon lovett]]") |
---|
[35856] | 9 | (license "BSD") |
---|
[35926] | 10 | (dependencies (message-digest-primitive "4.1.0")) |
---|
| 11 | (test-dependencies test message-digest-utils message-digest-type) |
---|
[35856] | 12 | (components |
---|
| 13 | (extension sha2 |
---|
| 14 | #;(inline-file) |
---|
| 15 | (types-file) |
---|
[37645] | 16 | (csc-options "-O3" "-d1" "-local" "-no-procedure-checks") ) ) ) |
---|
Note: See
TracBrowser
for help on using the repository browser.