objeck / objeck-lang

Objeck is a modern object-oriented programming language with functional features tailored for machine learning. It emphasizes expression, simplicity, portability, and scalability. The programming environment consists of a compiler, virtual machine, REPL shell, and command line debugger with IDE plugins.
https://objeck.org
Other
154 stars 11 forks source link

Support using of Windows API backend #419

Closed ghost closed 9 months ago

ghost commented 9 months ago

Instead of OpenSSL for encrypting.

objeck commented 9 months ago

There are no plans to change this. All the encryption APIs are the same across targets to reduce complexity. If the need arose I may change libraries.