3
0
mirror of https://github.com/Qortal/AT.git synced 2025-01-30 19:02:14 +00:00
AT/Java
catbref 92281a1d04 Conversion to big-endian. Hashing functions use 2 data, not A.
Conversion to big-endian to allow reuse of hash output without
having to swap endian. e.g. saving output of HASH160 into data
segment, and then hashing more of data segment to produce P2SH address.

Also changed hashing functions to fetch data start address and data
byte length from data segment, rather than loading values into A.

Tidied up some tests.
Remove obsolete ACCT test.
2020-03-09 13:29:34 +00:00
..
src Conversion to big-endian. Hashing functions use 2 data, not A. 2020-03-09 13:29:34 +00:00
.gitignore Updated for Java 11 & other improvements 2019-11-20 11:06:57 +00:00
maven-import.txt Updated for Java 11 & other improvements 2019-11-20 11:06:57 +00:00
pom.xml Updated for Java 11 & other improvements 2019-11-20 11:06:57 +00:00