1
0
forked from cheng/wallet

modified: style.css

modified:   ../libraries/review_of_crypto_libraries.md
This commit is contained in:
reaction.la 2022-06-16 10:46:09 +10:00
parent 8693cbadcf
commit fdb84ac880
No known key found for this signature in database
GPG Key ID: 99914792148C8388
3 changed files with 16 additions and 1 deletions

View File

@ -188,7 +188,7 @@ way. Going to use base52 for any purposes for which my bright idea
would have been useful, so should be rewritten to base64 regardless. would have been useful, so should be rewritten to base64 regardless.
Using the hash of shared state goes together with immutable Using the hash of shared state goes together with immutable
append only Merkle-patricia trees like ham and eggs, though you append only Merklepatricia trees like ham and eggs, though you
don't need to keep the potentially enormous data structure around. don't need to keep the potentially enormous data structure around.
When a connection has no activity for a little while, you can discard When a connection has no activity for a little while, you can discard
everything except a very small amount of data, primarily the keys, everything except a very small amount of data, primarily the keys,

View File

@ -1,6 +1,12 @@
body { body {
max-width: 30em; max-width: 30em;
margin-left: 1em; margin-left: 1em;
font-family: "Georgia, Times New Roman", Times, serif;
font-style: normal;
font-variant: normal;
font-weight: normal;
font-stretch: normal;
font-size: 16px;
} }
table { table {
border-collapse: collapse; border-collapse: collapse;

View File

@ -277,6 +277,15 @@ who pushed a tag or a branch to that repository, a branch being a thread,
and the branch head in this case being the most recent response to a thread and the branch head in this case being the most recent response to a thread
by a person you are following. by a person you are following.
The Distributed hash table key will be:\
`human readable area of interest name/#public key of zooko name/
human readable branch name/#hash of data item`\
so that items that are likely to be looked up together will likely be near
each other on the same physical disk, and transmitted over the same
network connection. When someone approves of a text, then it goes into a
repository he controls or has write access to, and gets a corresponding key
in the distributed hash table.
The messages of the people you are following are likely to be in a The messages of the people you are following are likely to be in a
relatively small number of repositories, even if the total number of relatively small number of repositories, even if the total number of
repositories out there is enormous and the number of hashes in each repositories out there is enormous and the number of hashes in each