aboutsummaryrefslogtreecommitdiff
path: root/examples
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
|/
* Correct `core:intrinsics` to `base:intrinsics`gingerBill2024-05-131-1/+1
|
* fix demo out of bounds errorLaytan2024-05-071-1/+1
|
* Fix unseen `print` call in demoFeoramund2024-04-281-1/+1
|
* 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 Foundation and Security vendor libraries.Vitalii Kravchenko2024-04-131-1/+1
| | |
* | | 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
|
* Fix demo docsgingerBill2024-01-281-3/+3
|
* Fix demogingerBill2024-01-281-2/+2
|
* 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
|
* Enforce naming the parameters with `builtin.quaternion` to reduce confusiongingerBill2024-01-051-3/+5
|
* Update demo.odinGary Chike2023-12-211-2/+2
| | | Appears that 'to' and 'abstract' were inverted.
* Add os.args to demo.Jeroen van Rijn2023-11-271-1/+7
|
* 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
| |