aboutsummaryrefslogtreecommitdiff
path: root/src/common/crypto_format.c
AgeCommit message (Expand)Author
2017-01-02Make ed25519_fmt() log 0-valued keys more nicely.Nick Mathewson
2016-12-08Helper function for logging ed25519 public keys.Nick Mathewson
2016-10-17Write a bunch of module documentation.Nick Mathewson
2016-02-27Update the copyright year.Nick Mathewson
2016-02-27Add a brief file-level description for everything in src/commonNick Mathewson
2015-07-31Move formatting functions around.Nick Mathewson
2015-05-28Merge branch '12498_ed25519_keys_v6'Nick Mathewson
2015-05-28Implement ed25519-signed descriptorsNick Mathewson
2015-04-23Use a custom Base64 encoder with more control over the output format.Yawning Angel
2015-01-02Bump copyright dates to 2015, in case someday this matters.Nick Mathewson
2014-10-28Add another year to our copyright dates.Nick Mathewson
2014-09-25Add encode/decode functions for ed25519 public keysNick Mathewson
2013-07-10Completely refactor how FILENAME_PRIVATE worksNick Mathewson
2013-02-04Fix compilation with --disable-curve25519 optionNick Mathewson