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