Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nguyenta99/sha256_in_hard_way
Sha256 algorithm in a hard way
https://github.com/nguyenta99/sha256_in_hard_way
Last synced: about 2 months ago
JSON representation
Sha256 algorithm in a hard way
- Host: GitHub
- URL: https://github.com/nguyenta99/sha256_in_hard_way
- Owner: nguyenta99
- Created: 2024-07-14T03:26:14.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-14T03:44:18.000Z (6 months ago)
- Last Synced: 2024-10-18T12:35:32.947Z (3 months ago)
- Language: Ruby
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sha256 in a hard way
## Installation
Install my project with bundle
```bash
bundle install
```
## DemoRun:
```
ruby index.rb
```## Reference
[https://helix.stormhub.org/papers/SHA-256.pdf](https://helix.stormhub.org/papers/SHA-256.pdf)