Drunken bishop randomart algorithm. More...
Go to the source code of this file.
Macros | |
#define | MAIN_ERR_PREFIX "DIGEST: " |
Functions | |
int | digest_randomart (const char *prefix, const char *buf, size_t len) |
Create randomart image of a key. More... | |
Drunken bishop randomart algorithm.
Copyright (c) 2015-2020 by the developers. See the LICENSE file for details.
A description and analysis of this algorithm can be found here:
http://dirk-loss.de/sshvis/drunken_bishop.pdf
If nothing else is specified, function return zero to indicate success and a negative value to indicate an error.
Definition in file drunken_bishop.c.