commit c8fc0a593e7e86c4144f375b9215e7a7d53d4e79
parent e6fe92a005d006e2382266ab3d2a57b53ca0c83f
Author: Remy Noulin <loader2x@gmail.com>
Date: Sun, 16 Sep 2018 15:26:17 +0200
add bin to compile the library
package.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/package.yml b/package.yml
@@ -1,7 +1,8 @@
---
name: sha256
- version: 0.0.1
+ version: 0.0.2
description: "Simple C SHA256 implementation. Author: Brad Conte"
+ bin: ./sha256.c
repository:
type: git
url: git+https://github.com/B-Con/crypto-algorithms