class
   BitShares::Crypto::Aes256
  
  - BitShares::Crypto::Aes256
 - Reference
 - Object
 
Defined in:
bitshares-crystal/crypto.crConstructors
Class Method Summary
- 
        .fromSeed(seed)
        
          
=> 根据 seed 构造 Aes 对象
 - 
        .fromSha512(hash512hex)
        
          
=> 根据摘要构造 Aes 对象 => hash512hex - SHA512的16进制摘要(128字节)