aboutsummaryrefslogtreecommitdiff
path: root/examples/all
Commit message (Collapse)AuthorAgeFilesLines
* Use `flags`core-flagsgingerBill2024-06-041-0/+1
|
* Add `core:flags` to `examples/all`gingerBill2024-06-041-0/+1
|
* core/crypto/aes: Add AES implementationYawning Angel2024-06-011-0/+2
|
* Merge pull request #3620 from Kelimion/deprecate_odin_printerJeroen van Rijn2024-05-241-4/+0
|\ | | | | Deprecate `core:odin/printer` in favor of OLS.
| * Deprecate `core:odin/printer` + `format` in favor of OLS.Jeroen van Rijn2024-05-241-4/+0
| |
* | Add `core:container/rbtree` to examples/allJeroen van Rijn2024-05-241-0/+2
|/
* Merge pull request #3045 from laytan/cborgingerBill2024-04-151-0/+2
|\ | | | | encoding/cbor
| * encoding/cbor: initial package implementationLaytan Laats2024-03-041-0/+2
| |
* | Merge pull request #3422 from wrapperup/add-dxc-vendor-docsgingerBill2024-04-131-0/+2
|\ \ | | | | | | Add dxc to all_vendor.odin, fix dxc build on freebsd/openbsd
| * | add dxc to all_vendor.odinwrapperup2024-04-131-0/+2
| | |
* | | core/crypto/ed25519: Initial importYawning Angel2024-04-091-0/+2
| | |
* | | core/crypto/ristretto255: Initial importYawning Angel2024-04-091-0/+2
|/ /
* | Move `vendor:darwin/Foundation` to `core:sys/darwin/Foundation`gingerBill2024-04-081-1/+1
| |
* | Fix test label.Jeroen van Rijn2024-03-181-0/+2
| |
* | vendor/botan: RemoveYawning Angel2024-03-041-23/+0
| | | | | | | | | | | | This is infrequently maintained, and has been a strict subset of what is available in `core:crypto` for a while. Instead of improving the bindings, it is better to spend resources improving `core:crypto`.
* | core/crypto/kmac: Initial importYawning Angel2024-03-041-0/+2
| |
* | core/crypto/tuplehash: Initial importYawning Angel2024-03-041-0/+2
| |
* | core/crypto/hkdf: Initial importYawning Angel2024-03-041-0/+2
| |
* | core/crypto/pbkdf2: Initial importYawning Angel2024-03-041-0/+2
|/
* core/container/avl: Initial importYawning Angel2024-02-241-0/+2
|
* core/crypto/hmac: Initial importYawning Angel2024-02-071-0/+2
|
* core:crypto/hash: Add a generic higher level hash interfaceYawning Angel2024-02-071-0/+2
| | | | | | There is a lot of code duplicated in convenience methods in each hash implementation, and having a generic hash type makes implementing higher-level constructs such as HMAC significantly easier down the road.
* Replace `core:*` to `base:*` where appropriategingerBill2024-01-281-1/+1
|
* Add README.mdgingerBill2024-01-171-0/+3
|
* Change `examples/all`gingerBill2024-01-176-42/+31
|
* Add darwin libraries back to normal examples/all to fix documentation generationgingerBill2024-01-172-10/+14
|
* Merge pull request #2947 from flysand7/vendor-x11Jeroen van Rijn2023-11-241-1/+5
|\ | | | | [vendor/x11]: Add most of the basic xlib bindings
| * [examples]: Import x11/xlib instead of x11flysand72023-11-131-2/+2
| |
| * [vendor/x11]: Add most of the basic xlib bindingsflysand72023-11-111-1/+5
| |
* | core/crypto: Exile keccak, md5 and sha1 to legacyYawning Angel2023-11-172-6/+6
| | | | | | | | | | | | In an perfect world these would just be removed, but the world is imperfect, and people are forced to interact/interface with things that are broken.
* | core/crypto/util: Remove, no longer neededYawning Angel2023-11-171-2/+0
| |
* | core/crypto/whirlpool: Remove, historical/exoticYawning Angel2023-11-172-4/+0
| |
* | core/crypto/tiger: Remove, historical/exoticYawning Angel2023-11-172-6/+0
| |
* | core/crypto/streebog: Remove, exoticYawning Angel2023-11-172-4/+0
| |
* | vendor/botan/skein512: Remove, use SHA-3Yawning Angel2023-11-171-2/+0
| |
* | core/crypto/ripemd: Remove, historical/exoticYawning Angel2023-11-172-4/+0
| |
* | core/crypto/md4: Remove, badly brokenYawning Angel2023-11-172-4/+0
| |
* | core/crypto/md2: Remove, badly brokenYawning Angel2023-11-171-2/+0
| |
* | core/crypto/jh: Remove, use SHA-3Yawning Angel2023-11-171-2/+0
| |
* | core/crypto/haval: Remove, badly brokenYawning Angel2023-11-171-2/+0
| |
* | core/crypto/groestl: Remove, use SHA-3Yawning Angel2023-11-171-2/+0
| |
* | core/crypto/gost: Remove, exoticYawning Angel2023-11-172-4/+0
| |
* | core/crypto/blake: Remove, use BLAKE2b/BLAKE2sYawning Angel2023-11-171-2/+0
|/
* Merge branch 'master' into new-sys-unixgingerBill2023-10-312-13/+12
|\
| * move darwin-specific packages in all_vendor_darwin.odinflysand72023-10-302-10/+12
| |
* | Implement new sys/unix packageflysand72023-10-272-8/+17
|/
* Add `core:math/cmpl` to all_main.odingingerBill2023-07-071-0/+2
|
* Keep `-vet` happygingerBill2023-06-281-2/+0
|
* cleanup with -vet and add to all_vendorskytrias2023-06-231-1/+9
|
* Add botan libraries to all/all_vendor.odingingerBill2023-06-081-2/+37
|