feature17796 306 B

123456
  1. o Minor features (crypto):
  2. - When allocating a digest state object, allocate no more space than we
  3. actually need. Previously, we were allocating as much space as the
  4. state for the largest algorithm would need. This change saves up to
  5. 672 bytes per circuit. Closes ticket 17796.