💾 Archived View for gmi.noulin.net › gitRepositories › sha256 › file › package.yml.gmi captured on 2023-01-29 at 13:17:35. Gemini links have been rewritten to link to archived content

View Raw

More Information

-=-=-=-=-=-=-

sha256

Log

Files

Refs

LICENSE

package.yml (382B)

     1 ---
     2   name: sha256
     3   version: 0.0.3
     4   description: "Simple C SHA256 implementation. Author: Brad Conte"
     5   bin: ./sha256.c
     6   repository:
     7     type: git
     8     url: "git+https://github.com/B-Con/crypto-algorithms"
     9   keywords:
    10     - cryptography
    11   author: remy
    12   license: MIT
    13   bugs:
    14     url: "https://github.com/B-Con/crypto-algorithms/issues"
    15   homepage: "http://bradconte.com/sha256_c"