openssl eruit.

This commit is contained in:
2026-06-08 17:33:37 +02:00
parent 69897e0c9d
commit 92c8e40518
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -11,5 +11,5 @@
(define scribblings '(("scribblings/audio-library-manager.scrbl" ())))
(define build-deps '("rackunit-lib" "scribble-lib" "racket-doc"))
(define pkg-desc "Audio library maintenance tools for FLAC and Opus trees")
(define version "0.1")
(define version "0.1.1")
(define pkg-authors '(hans-dijkema))
+3 -2
View File
@@ -1,7 +1,8 @@
#lang racket/base
(require openssl/sha1
openssl/md5)
; No external crypto package dependency: sha256-bytes is provided by racket/base.
(require file/sha1
file/md5)
(provide file-digest)