Native cryptography support using mbed TLS
This commit is contained in:
@@ -10,7 +10,10 @@ traditional Java fallbacks.
|
||||
|
||||
## Encryption
|
||||
|
||||
* No natives available yet, this will use the support inside your Java install.
|
||||
* **Supported platforms**: macOS 10.13, Linux amd64
|
||||
* **Rationale**: Using a C library for encryption means we can limit memory copies. Prior to Java 7, this was the only
|
||||
way to use AES-NI extensions on modern processors, but this is less important since JDK 8 has native support.
|
||||
* **Note**: Due to U.S. restrictions on cryptography export, this native is provided in source code form only for now.
|
||||
|
||||
## OS support
|
||||
|
||||
|
Reference in New Issue
Block a user