Files
TEESimulator-RS/app
Enginex0 3d7fd427a6 fix(operation): restore CTR mode, AEAD guard, error code resolution, and latency floor
Restores pre-PR157 custom fixes to SoftwareOperation:
- CTR block mode in cipher algorithm mapping
- isAead guard on CipherPrimitive.updateAad (non-GCM throws INVALID_TAG)
- Reflection-based error code resolution for cross-HAL compatibility
- Granular exception mapping (SignatureException, BadPaddingException, etc.)
- latencyFloorMs constructor parameter with LockSupport.parkNanos in finish()
2026-03-22 00:08:41 +01:00
..