Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Encrypted torrents for Bittorrent v2 #68

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Commits on Aug 13, 2017

  1. Configuration menu
    Copy the full SHA
    49741f4 View commit details
    Browse the repository at this point in the history
  2. - replace probe with mac

    - remove section on keys in torrents
    - specify separate torrent key files instead
    - better single file / multi file handling
    the8472 committed Aug 13, 2017
    Configuration menu
    Copy the full SHA
    3458fae View commit details
    Browse the repository at this point in the history
  3. - ChaCha20 instead of AES

    - don't include infohashes in key file
    the8472 committed Aug 13, 2017
    Configuration menu
    Copy the full SHA
    33a7baa View commit details
    Browse the repository at this point in the history
  4. incorporate feedback

    the8472 committed Aug 13, 2017
    Configuration menu
    Copy the full SHA
    c44fcd0 View commit details
    Browse the repository at this point in the history
  5. reduce complexity

    - mandate single-file layout for public data
    - mandatory shadow dictionary
    the8472 committed Aug 13, 2017
    Configuration menu
    Copy the full SHA
    bd7e81c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    71a2e41 View commit details
    Browse the repository at this point in the history
  7. assign number, add TOC

    the8472 committed Aug 13, 2017
    Configuration menu
    Copy the full SHA
    fc8d0cb View commit details
    Browse the repository at this point in the history
  8. remove unused reference

    the8472 committed Aug 13, 2017
    Configuration menu
    Copy the full SHA
    30e8081 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    eb8487e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b91a915 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    eb9d441 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    317a234 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2017

  1. Configuration menu
    Copy the full SHA
    c682500 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2017

  1. pad shadow to a power of two

    the8472 committed Aug 27, 2017
    Configuration menu
    Copy the full SHA
    944cd59 View commit details
    Browse the repository at this point in the history