aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/hash.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-111-1/+1
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-091-7/+7
* No more #export magic syntax.Eduardo Julian2021-08-081-10/+10
* Re-named wrap => in && unwrap => out.Eduardo Julian2021-07-271-3/+3
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-20/+21
* "signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian2021-06-301-2/+2
* Re-named lux/host to lux/ffi.Eduardo Julian2021-05-241-1/+1
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-291-3/+4
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-251-22/+22
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian2020-12-021-6/+6
* Allow name formatting for JVM imports, similar to Lux module imports.Eduardo Julian2020-11-261-2/+3
* Made the syntax of ^template more consistent.Eduardo Julian2020-11-171-5/+5
* Improved the design of actors.Eduardo Julian2020-11-011-5/+5
* Re-named "to-text" functions to "format".Eduardo Julian2020-10-151-21/+143
* Mandatory long names for JVM imports, instead of having "long" be optional an...Eduardo Julian2020-10-091-2/+2
* Download and catch dependencies in Aedifex.Eduardo Julian2020-08-261-1/+15
* Calculate SHA-1 and MD5 hashes.Eduardo Julian2020-08-181-0/+27