drunken-diver

Crates.iodrunken-diver
lib.rsdrunken-diver
version0.1.1
sourcesrc
created_at2021-08-15 22:40:19.010192
updated_at2021-08-15 22:51:33.471036
descriptionImplements an algorithm inspired by the Drunken Bishop algorithm
homepage
repositoryhttps://github.com/Yam76/drunken-diver
max_upload_size
id437496
size16,720
(Yam76)

documentation

README

drunken diver

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.

SECURITY ADVISORY

I have not completely vetted this library to ensure the implementation correctly maps input to unique sequences. Use this library at your own risk.

Commit count: 19

cargo fmt