Changeset 10814 for dotorg/trunk_fixed

Show
Ignore:
Timestamp:
02/15/2008 01:13:43 AM (11 months ago)
Author:
dave
Message:

removed text for intermediate string from which the key is derived since there is
no longer such a thing. The key is always the entire 160-bit sha1 hash.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dotorg/trunk_fixed/html/beps/bep_0008.rst

    r10811 r10814  
    9090initialization vector then the RC4 key is generated by appending the 
    9191vector to the infohash and then hashing with SHA-1.  The resulting 
    92 hash is then used as the RC4 key.  The string from which the RC4 key 
    93 is derived whether it be the infohash or the SHA-1 of the 
    94 initialization vector appended to the infohash is called the 
    95 *intermediate string*. 
     92hash is then used as the RC4 key.   
    9693 
    9794For example, given infohash ``aaf4c61ddcc5e8a2dabedef3b482cd9aea9434d``