| 
    rippled
    
   | 
 
Seeds are used to generate deterministic secret keys. More...
#include <Seed.h>

Public Types | |
| using | const_iterator = std::array< uint8_t, 16 >::const_iterator | 
Public Member Functions | |
| Seed ()=delete | |
| Seed (Seed const &)=default | |
| Seed & | operator= (Seed const &)=default | 
| ~Seed () | |
| Destroy the seed.   | |
| std::uint8_t const * | data () const | 
| std::size_t | size () const | 
| const_iterator | begin () const noexcept | 
| const_iterator | cbegin () const noexcept | 
| const_iterator | end () const noexcept | 
| const_iterator | cend () const noexcept | 
| Seed (Slice const &slice) | |
| Construct a seed.   | |
| Seed (uint128 const &seed) | |
Private Attributes | |
| std::array< uint8_t, 16 > | buf_ | 
| using ripple::Seed::const_iterator = std::array<uint8_t, 16>::const_iterator | 
      
  | 
  delete | 
      
  | 
  default | 
| ripple::Seed::~Seed | ( | ) | 
      
  | 
  explicit | 
| std::uint8_t const * ripple::Seed::data | ( | ) | const | 
| std::size_t ripple::Seed::size | ( | ) | const | 
      
  | 
  noexcept | 
      
  | 
  noexcept | 
      
  | 
  noexcept | 
      
  | 
  noexcept | 
      
  | 
  private |