aboutsummaryrefslogtreecommitdiff
path: root/src/core/crypto
AgeCommit message (Expand)Author
2020-07-02Extract extend_info manipulation functions into a new file.Nick Mathewson
2020-02-11Make n_subcredentials a size_t .George Kadianakis
2020-01-21Define a variant of hs_ntor that takes multiple subcredentials.Nick Mathewson
2020-01-21Turn hs_subcredential_t into a proper struct.Nick Mathewson
2020-01-13Split core/include.am into per-subdirectory include.am filesNick Mathewson
2020-01-09Merge branch 'pre_formatter_cleanups_squashed'Nick Mathewson
2020-01-09hs_circuit: use struct declaration.Nick Mathewson
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2019-11-15Doxygen: rename all .dox files to end with .mdNick Mathewson
2019-11-15Doxygen: remove /** and **/ from all .dox filesNick Mathewson
2019-11-04directory-level doxygen for "src/core"Nick Mathewson
2019-11-04Doxygen: Avoid ambiguity in @dir directivesNick Mathewson
2019-11-04Add stub directory-level documentation for most source directoriesNick Mathewson
2019-10-26doxygen: add @file declarations for src/core/cryptoNick Mathewson
2019-08-05Teach include-checker about advisory rulesNick Mathewson
2019-06-05Run "make autostyle."Nick Mathewson
2019-05-22sendme: Properly record SENDMEs on both edgesDavid Goulet
2019-05-03Hiding crypt_path_t: Hide 'crypto' usage in sendme.cGeorge Kadianakis
2019-05-03Hiding crypt_path_t: Start with crypt_path.crypto .George Kadianakis
2019-04-29sendme: Do not poke at crypto.sendme_digest directlyDavid Goulet
2019-04-29sendme: Better function namesDavid Goulet
2019-04-29sendme: Move note_cell_digest() to relay_crypto moduleDavid Goulet
2019-04-29sendme: Keep cell digest only if a SENDME is nextDavid Goulet
2019-04-29prop289: Keep the digest bytes, not the objectDavid Goulet
2019-04-29prop289: Remember the last cell digest for v1 SENDMEsDavid Goulet
2019-01-17Use crypto_xof() in hs_ntor.c.Nick Mathewson
2019-01-16Bump copyright date to 2019Nick Mathewson
2018-09-21Move the non-crypto parts of onion.c out of src/core/cryptoNick Mathewson
2018-07-11Rename crypto.c to crypto_cipher.c (since that's all it still has.)Nick Mathewson
2018-07-10Rename torlog.[ch] to log.[ch]Nick Mathewson
2018-07-05Fix every include path changed in the previous commit (automated)Nick Mathewson
2018-07-05Move literally everything out of src/orNick Mathewson