Skip to content

Conversation

@douglaz
Copy link
Owner

@douglaz douglaz commented Jul 29, 2025

Summary

  • Reduce first layer memory requirement from 16GiB to 8GiB for better accessibility
  • Fix unit notation in comments (GB → GiB) to be technically accurate

Changes

  • LARGE_MEM_LIMIT_KBYTES: 16777216 → 8388608 (16GiB → 8GiB)
  • Updated comments to use GiB instead of GB since values are in kibibytes (1024-based)

Rationale

  • 8GiB is still a substantial memory requirement that provides good security
  • More accessible for users who want to test the complex scheme
  • Maintains the security properties while being more practical

- Reduce LARGE_MEM_LIMIT_KBYTES from 16GiB to 8GiB
- Fix unit notation in comments (GB → GiB) for accuracy
- Memory values are in kibibytes (1024-based), not kilobytes
@douglaz douglaz enabled auto-merge July 29, 2025 18:13
@douglaz douglaz merged commit 710035f into master Jul 29, 2025
1 check passed
@douglaz douglaz deleted the update-complex-scheme-params branch July 29, 2025 18:17
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