mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-21 06:39:17 +02:00
5 lines
142 B
Scheme
5 lines
142 B
Scheme
|
|
(define-library (chibi crypto sha2)
|
|
(import (scheme base) (srfi 33) (chibi bytevector))
|
|
(export sha-224 sha-256)
|
|
(include "sha2.scm"))
|