danicoin/src/crypto
moneromooo-monero a2d7a5fb49
encrypted payment ids are now 64 bit, instead of 256 bit
Pros:
 - smaller on the blockchain
 - shorter integrated addresses

Cons:
 - less sparseness
 - less ability to embed actual information

The boolean argument to encrypt payment ids is now gone from the
RPC calls, since the decision is made based on the length of the
payment id passed.
2015-08-09 10:13:51 +01:00
..
aesb.c ** CHANGES ARE EXPERIMENTAL (FOR TESTING ONLY) 2015-07-15 23:20:16 -07:00
blake256.c year updated in license 2015-01-02 18:52:46 +02:00
blake256.h year updated in license 2015-01-02 18:52:46 +02:00
chacha8.c moved all stuff to github 2014-03-03 22:07:58 +00:00
chacha8.h year updated in license 2015-01-02 18:52:46 +02:00
CMakeLists.txt year updated in license 2015-01-02 18:52:46 +02:00
crypto-ops-data.c year updated in license 2015-01-02 18:52:46 +02:00
crypto-ops.c year updated in license 2015-01-02 18:52:46 +02:00
crypto-ops.h year updated in license 2015-01-02 18:52:46 +02:00
crypto.cpp year updated in license 2015-01-02 18:52:46 +02:00
crypto.h year updated in license 2015-01-02 18:52:46 +02:00
generic-ops.h year updated in license 2015-01-02 18:52:46 +02:00
groestl.c year updated in license 2015-01-02 18:52:46 +02:00
groestl.h year updated in license 2015-01-02 18:52:46 +02:00
groestl_tables.h year updated in license 2015-01-02 18:52:46 +02:00
hash-extra-blake.c year updated in license 2015-01-02 18:52:46 +02:00
hash-extra-groestl.c year updated in license 2015-01-02 18:52:46 +02:00
hash-extra-jh.c year updated in license 2015-01-02 18:52:46 +02:00
hash-extra-skein.c year updated in license 2015-01-02 18:52:46 +02:00
hash-ops.h year updated in license 2015-01-02 18:52:46 +02:00
hash.c year updated in license 2015-01-02 18:52:46 +02:00
hash.h encrypted payment ids are now 64 bit, instead of 256 bit 2015-08-09 10:13:51 +01:00
initializer.h year updated in license 2015-01-02 18:52:46 +02:00
jh.c moved all stuff to github 2014-03-03 22:07:58 +00:00
jh.h moved all stuff to github 2014-03-03 22:07:58 +00:00
keccak.c moved all stuff to github 2014-03-03 22:07:58 +00:00
keccak.h moved all stuff to github 2014-03-03 22:07:58 +00:00
oaes_config.h Update oaes_config.h 2014-05-17 15:39:46 -07:00
oaes_lib.c Include sys/time.h on BSD 2014-09-10 13:58:43 +02:00
oaes_lib.h 0.8.8update 2014-05-25 13:06:40 -04:00
random.c year updated in license 2015-01-02 18:52:46 +02:00
random.h year updated in license 2015-01-02 18:52:46 +02:00
skein.c moved all stuff to github 2014-03-03 22:07:58 +00:00
skein.h moved all stuff to github 2014-03-03 22:07:58 +00:00
skein_port.h year updated in license 2015-01-02 18:52:46 +02:00
slow-hash.c ** CHANGES ARE EXPERIMENTAL (FOR TESTING ONLY) 2015-07-15 23:20:16 -07:00
tree-hash.c year updated in license 2015-01-02 18:52:46 +02:00