Crates.io | drunken-diver |
lib.rs | drunken-diver |
version | 0.1.1 |
source | src |
created_at | 2021-08-15 22:40:19.010192 |
updated_at | 2021-08-15 22:51:33.471036 |
description | Implements an algorithm inspired by the Drunken Bishop algorithm |
homepage | |
repository | https://github.com/Yam76/drunken-diver |
max_upload_size | |
id | 437496 |
size | 16,720 |
drunken-diver
is a library for generating unique ASCII art for arbitrary byte sequences.
This library is inspired by the "drunken bishop" algorithm that is used to generate SHA256 randomart. Unlike the "drunken bishop" algorithm, the "drunken diver" algorithm aims to map each byte sequence to a unique piece of art.
I have not completely vetted this library to ensure the implementation correctly maps input to unique sequences. Use this library at your own risk.