Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iceland2k14 authored Jan 3, 2022
1 parent 951f979 commit 6cc2372
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ A Point is just a bytes form of correct length Full Pubkey. So 65 bytes exactly.
point_loop_addition is just like starting from a point P and incrementing +G continuously m times. So we get P+G, P+2G, P+3G...... All these are returned concatenated in 65bytes*m.
Same is the case with point_vector_addition but here two Point vectors are added together. Lets say 10points of 650bytes added with 10points of 650bytes to get added 650bytes.
point_sequential_increment is similar to loop_increment except some vector trick is used to make it faster. (Note: It is not yet working in very low range Privatekey Points).
Currently No Zero Point handling in vector addition and sequential increment and decrement.
point_sequential_increment is similar to loop_increment except some vector trick is used to make it faster.
Proper Zero Point handling added in functions.
Many Altcoin Address support has been added. Although not checked all of them.
```
Expand Down

0 comments on commit 6cc2372

Please sign in to comment.