SHA.byteLength

Undocumented in source.
  1. enum byteLength;
    struct SHA(uint bitLength)
    static if(bitLength == 256)
    enum byteLength = 64;
  2. enum byteLength;

Meta