Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Sha256 in a hard way

## Installation

Install my project with bundle

```bash
bundle install
```

## Demo

Run:
```
ruby index.rb
```

## Reference

[https://helix.stormhub.org/papers/SHA-256.pdf](https://helix.stormhub.org/papers/SHA-256.pdf)