Files
xahaud/src/ripple/protocol
Nik Bougalis 40363f96a9 Generic PRNG framework:
* A new, unified interface for generating random numbers and
  filling buffers supporting any engine that fits the
  UniformRandomNumberGenerator concept;
* Automatically seeded replacement for rand using the fast
  xorshift+ PRNG engine;
* A CSPRNG engine that can be used with the new framework
  when needing to to generate cryptographically secure
  randomness.
* Unit test cleanups to work with new engine.
2016-01-12 18:45:35 -08:00
..
2016-01-12 18:45:35 -08:00
2016-01-12 18:45:35 -08:00
2015-07-13 16:37:04 -07:00
2015-10-06 16:03:38 -07:00
2015-10-13 17:15:45 -07:00
2015-12-29 12:38:22 -05:00
2015-10-13 17:15:45 -07:00
2015-10-13 17:15:45 -07:00
2015-07-31 17:39:03 -07:00
2015-10-13 17:15:45 -07:00
2015-12-01 11:02:27 -08:00
2015-10-13 17:15:45 -07:00
2015-10-13 17:15:45 -07:00
2015-10-20 11:35:24 -04:00
2015-07-13 16:37:04 -07:00
2015-10-13 17:15:45 -07:00
2015-07-31 17:31:18 -07:00
2015-10-20 11:35:24 -04:00
2015-07-29 11:56:05 -04:00
2015-07-31 17:39:03 -07:00
2015-05-06 13:11:24 -07:00
2015-09-03 13:10:50 -07:00
2015-12-18 16:39:29 -08:00
2015-07-31 17:39:03 -07:00
2015-07-31 17:39:03 -07:00
2015-06-25 09:05:06 -07:00
2015-06-02 12:49:30 -07:00
2015-06-25 09:05:06 -07:00
2015-10-20 11:35:24 -04:00

protocol

Classes and functions for handling data and values associated with the Ripple protocol.

Serialized Objects

In ripple objects transmitted over the network must be serialized into a canonical format. The prefix "ST" refers to classes that deal with the serialized format of ripple objects.

The term "Tx" or "tx" is an abbreviation for "Transaction", a commonly occurring object type.