Skip to content

InfoHash and OriginalInfoHash are different #66

@somegenericdev

Description

@somegenericdev

It is entirely possible that I'm misunderstanding something, but I dont get why these two values are different. Keep in mind that I'm not manipulating the file in any way, I'm just parsing it like this

var torrentFile = File.ReadAllBytes("my.torrent");
var parser = new BencodeParser();
var torrent = parser.Parse<Torrent>(torrentFile);

and then accessing the hashes.

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions