Change XOR
This commit is contained in:
parent
8e7aaf0ee7
commit
2dd303237b
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ add_kv(TicTacTree, Key, Value, HashFun) ->
|
|||
PostL1/binary>> = TicTacTree#tictactree.level1,
|
||||
|
||||
SegLeaf2Upd = SegLeaf2 bxor SegChangeHash,
|
||||
SegLeaf1Upd = SegLeaf1 bxor SegLeaf2 bxor SegLeaf2Upd,
|
||||
SegLeaf1Upd = SegLeaf1 bxor SegChangeHash,
|
||||
|
||||
Level1Upd = <<PreL1:Level1BytePos/binary,
|
||||
SegLeaf1Upd:HashIntLength/integer,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue