Skip to content

Conversation

@mkannwischer
Copy link
Contributor

This commit is the second commit working towards bringing down the memory consumption of signature_internal. It combines the y and h buffer as those lifetime does not overlap.

We work around diffblue/cbmc#8813 by introducing a no-op mld_cbmc_workaround_8813 whose contract states that y and h point to the same piece of memory of correct size.

This commit is the second commit working towards bringing down the memory
consumption of signature_internal. It combines the y and h buffer as those
lifetime does not overlap.

We work around diffblue/cbmc#8813 by introducing
a no-op mld_cbmc_workaround_8813 whose contract states that y and h point
to the same piece of memory of correct size.

Signed-off-by: Matthias J. Kannwischer <[email protected]>
@mkannwischer
Copy link
Contributor Author

We merged #818 instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants