forked from I2P_Developers/i2p.www
Bugfix
This commit is contained in:
@@ -378,16 +378,19 @@ Format
|
|||||||
- Signature of floodfill (40+ bytes)
|
- Signature of floodfill (40+ bytes)
|
||||||
|
|
||||||
To verify signature of the Service List:
|
To verify signature of the Service List:
|
||||||
|
|
||||||
- prepend the hash of the service name
|
- prepend the hash of the service name
|
||||||
- remove the hash of the creator
|
- remove the hash of the creator
|
||||||
- Check signature of the modified contents
|
- Check signature of the modified contents
|
||||||
|
|
||||||
To verify signature of each Short Service Record:
|
To verify signature of each Short Service Record:
|
||||||
|
|
||||||
- Fetch destination
|
- Fetch destination
|
||||||
- Check signature of (published timestamp + expires + flags + port + Hash of
|
- Check signature of (published timestamp + expires + flags + port + Hash of
|
||||||
service name)
|
service name)
|
||||||
|
|
||||||
To verify signature of each Revocation Record:
|
To verify signature of each Revocation Record:
|
||||||
|
|
||||||
- Fetch destination
|
- Fetch destination
|
||||||
- Check signature of (published timestamp + 4 zero bytes + flags + port + Hash
|
- Check signature of (published timestamp + 4 zero bytes + flags + port + Hash
|
||||||
of service name)
|
of service name)
|
||||||
|
Reference in New Issue
Block a user