New issue
Advanced search Search tips

Issue 740107 link

Starred by 1 user

Issue metadata

Status: Untriaged
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 3
Type: Bug



Sign in to add a comment

RSA computation requires large stack size

Project Member Reported by dnojiri@chromium.org, Jul 7 2017

Issue description

Currently, the RSA implementation requires a large stack size. Since RSA computation is likely to take place only once at a certain time (e.g. boot time), it's better to use a shared memory as a work buffer than allocating a large stack to a task.
 

Sign in to add a comment