The core library is 100% Minimacy source code. The following list is a selection of the current library. { [core.2d.bmp](page://ref.core.2d.bmp) bmp file format [core.2d.font](page://ref.core.2d.font) font library [core.2d.gif](page://ref.core.2d.gif) gif loader [core.2d.gif.maker](page://ref.core.2d.gif.maker) gif generator [core.2d.gl](page://ref.core.2d.gl) basic opengl functions for 2d display [core.2d.jpg](page://ref.core.2d.jpg) jpg file format [core.2d.jpg.maker](page://ref.core.2d.jpg.maker) jpg file generator [core.2d.polygon](page://ref.core.2d.polygon) drawing polygons [core.2d.png](page://ref.core.2d.png) png file format [core.2d.png.maker](page://ref.core.2d.png.maker) png file generator [core.2d.qrcode](page://ref.core.2d.qrcode) generate qr-codes [core.3d.gl](page://ref.core.3d.gl) basic opengl functions for 3d display [core.crypto.aes](page://ref.core.crypto.aes) aes cryptography [core.crypto.asn1](page://ref.core.crypto.asn1) asn1 functions [core.crypto.block](page://ref.core.crypto.block) cipher blocks [core.crypto.cer](page://ref.core.crypto.cer) cer/csr file format [core.crypto.x25519](page://ref.core.crypto.x25519) elliptic curve 25519 functions [core.crypto.des](page://ref.core.crypto.des) des cryptography [core.crypto.ec](page://ref.core.crypto.ec) elliptic curves functions [core.crypto.ed25519](page://ref.core.crypto.ed25519) edCsa cryptography [core.crypto.hash](page://ref.core.crypto.hash) hash functions (sha, ...) [core.crypto.key](page://ref.core.crypto.key) keys from asn1, pem, der [core.crypto.oaep](page://ref.core.crypto.oaep) oaep cryptography [core.crypto.oid](page://ref.core.crypto.oid) some oids [core.crypto.pem](page://ref.core.crypto.pem) pem file format [core.crypto.pkcs1](page://ref.core.crypto.pkcs1) pkcs1.5 cryptography [core.crypto.primal](page://ref.core.crypto.primal) primal generation [core.crypto.rsa](page://ref.core.crypto.rsa) rsa cryptography [core.crypto.rsapss](page://ref.core.crypto.rsapss) rsa-pss cryptography [core.crypto.shamir](page://ref.core.crypto.shamir) shamir splitting algorithm [core.crypto.sign](page://ref.core.crypto.sign) cryptography signing [core.net.dns](page://ref.core.net.dns) dns requests [core.net.http.cli](page://ref.core.net.http.cli) http client [core.net.http](page://ref.core.net.http) common http declarations (srv+cli) [core.net.http.srv](page://ref.core.net.http.srv) http server [core.net.mime](page://ref.core.net.mime) mime types [core.net.mysql](page://ref.core.net.mysql) mysql connector [core.net.ssh](page://ref.core.net.ssh) ssh client protocol [core.net.ssh.sftp](page://ref.core.net.ssh.sftp) sftp protocol [core.net.ssh.shell](page://ref.core.net.ssh.shell) shell over ssh protocol [core.net.tls13](page://ref.core.net.tls13) tls1.3 implementation [core.net.websocket](page://ref.core.net.websocket) websockets [core.util.base64](page://ref.core.util.base64) base64 encoding/decoding [core.util.gzip](page://ref.core.util.gzip) gzip encoding/decoding [core.util.insertsort](page://ref.core.util.insertsort) insert sort algorithm [core.util.json](page://ref.core.util.json) json encoding/decoding [core.util.quicksort](page://ref.core.util.quicksort) quicksort algorithm [core.util.regexp](page://ref.core.util.regexp) regexp [core.util.table](page://ref.core.util.table) displaying tables content in terminal [core.util.tar](page://ref.core.util.tar) tar encoding/decoding [core.util.token](page://ref.core.util.token) simple tokenizer [core.util.tree1D](page://ref.core.util.tree1D) binary tree [core.util.tree23](page://ref.core.util.tree23) 123 trees [core.util.xml](page://ref.core.util.xml) xml encoding/decoding [core.util.zip](page://ref.core.util.zip) zip encoding/decoding }