Commit Graph

23 Commits

Author SHA1 Message Date
eb493d5c00
Whitesapace cleanup.
All checks were successful
continuous-integration/drone/push Build is passing
2019-07-30 13:07:45 +02:00
6b1b16304f
Changed padding to not have const uint8_t.
All checks were successful
the build was successful
2019-02-20 23:02:09 +01:00
fb6eadd946
Added generate_base64()
All checks were successful
the build was successful
2019-01-17 20:07:52 +01:00
8bb322edb9
Use friend class instead of protected members.
All checks were successful
the build was successful
The reference got cluttered after I changed the private members to
protected.
2019-01-04 20:07:11 +01:00
356510adc9
Added include guards. 2019-01-03 08:37:00 +01:00
6e7bfed912
Added tests for check_entropy 2019-01-02 16:43:13 +01:00
2fb09294e4
Added example to HTML reference.
All checks were successful
the build was successful
2018-12-28 02:38:25 +01:00
dc6e32fbf9
Improved documentation, added images.
All checks were successful
the build was successful
2018-12-28 02:02:26 +01:00
42e7fd9a18
Removed png as default mode.
All checks were successful
the build was successful
Image format is now selected by file extension or magick().
2018-12-27 06:50:48 +01:00
9c60212ca8
Updated docs
All checks were successful
the build was successful
2018-12-27 06:40:38 +01:00
c5aa9da086
Added padding 2018-12-27 06:14:26 +01:00
f14554f38f
Added asymmetric identicons. 2018-12-27 05:24:08 +01:00
c96df63046
Explained algorithms
All checks were successful
the build was successful
2018-12-26 23:55:46 +01:00
43865a6b4e
Renamed: simple -> ltr_symmetric; libravatar -> sigil; identicon_type -> algorithm
All checks were successful
the build was successful
2018-12-26 23:06:51 +01:00
d724317304
Improve algorithm documentation, 2018-12-26 22:55:32 +01:00
eaffd0b005
libravatar/sigil algorithm, first try 2018-12-26 22:16:11 +01:00
9367ce7ce7
Removed leftover bits, made background in initializer a reference.
All checks were successful
the build was successful
2018-12-26 05:20:41 +01:00
4201830e43
Added more checks for colors.
All checks were successful
the build was successful
2018-12-26 04:55:18 +01:00
024fd4eb79
Refactored
All checks were successful
the build was successful
2018-12-26 04:36:58 +01:00
80b2a59c9f
OK, it works.
All checks were successful
the build was successful
2018-12-26 03:26:53 +01:00
c94fc018eb
Prepared functions for simple and libravatar-style identicons. 2018-12-25 23:05:01 +01:00
aaece0eabc
Changed colors from string to uint32. 2018-12-25 22:17:17 +01:00
062e435d8c
Initial commit
Some checks failed
the build failed
2018-12-25 21:26:51 +01:00