| ... | @@ -504,7 +504,7 @@ fn verifyRsa( | ... | @@ -504,7 +504,7 @@ fn verifyRsa( |
| 504 | var msg_hashed: [Hash.digest_length]u8 = undefined; | 504 | var msg_hashed: [Hash.digest_length]u8 = undefined; |
| 505 | Hash.hash(message, &msg_hashed, .{}); | 505 | Hash.hash(message, &msg_hashed, .{}); |
| 506 | | 506 | |
| 507 | var rsa_mem_buf: [512 * 32]u8 = undefined; | 507 | var rsa_mem_buf: [512 * 64]u8 = undefined; |
| 508 | var fba = std.heap.FixedBufferAllocator.init(&rsa_mem_buf); | 508 | var fba = std.heap.FixedBufferAllocator.init(&rsa_mem_buf); |
| 509 | const ally = fba.allocator(); | 509 | const ally = fba.allocator(); |
| 510 | | 510 | |