summaryrefslogtreecommitdiff
path: root/modules/language/python/module/#_sha256.scm#
diff options
context:
space:
mode:
Diffstat (limited to 'modules/language/python/module/#_sha256.scm#')
-rw-r--r--modules/language/python/module/#_sha256.scm#10
1 files changed, 0 insertions, 10 deletions
diff --git a/modules/language/python/module/#_sha256.scm# b/modules/language/python/module/#_sha256.scm#
deleted file mode 100644
index c87ea1a..0000000
--- a/modules/language/python/module/#_sha256.scm#
+++ /dev/null
@@ -1,10 +0,0 @@
-(define-module (language python module _sha256)
- #:use-module (language python checksum)
- #:use-module (oop pf-objects)
- #:export (sha256))
-
-(define-python-class sha256 (Summer)
- (define name "sha256")
- (define digest_size 32)
-
- (define _command "/usr/bin/sha256sum"))