un-inception/test
Russell Ballestrini a4f9bfa377 Add HMAC authentication to all 42 implementations
- Update all un.* implementations to use HMAC-SHA256 signing
- Headers: Authorization (Bearer public_key), X-Timestamp, X-Signature
- Signature: HMAC-SHA256(secret_key, "timestamp:METHOD:path:body")
- Fix test suite issues (bash arithmetic, ES module compat, TCL shebang)
- Add CLAUDE.md with inception testing documentation
- Update README.md with HMAC auth and dependency table
- All 38 implementations pass inception test via un2
2025-12-28 14:24:03 -05:00
..
fib.c Initial commit: 42 UN CLI implementations 2025-12-23 09:57:08 -05:00
fib.clj Initial commit: 42 UN CLI implementations 2025-12-23 09:57:08 -05:00
fib.cob Initial commit: 42 UN CLI implementations 2025-12-23 09:57:08 -05:00
fib.cpp Initial commit: 42 UN CLI implementations 2025-12-23 09:57:08 -05:00
fib.cr Initial commit: 42 UN CLI implementations 2025-12-23 09:57:08 -05:00
fib.cs Initial commit: 42 UN CLI implementations 2025-12-23 09:57:08 -05:00
fib.d Initial commit: 42 UN CLI implementations 2025-12-23 09:57:08 -05:00
fib.dart Initial commit: 42 UN CLI implementations 2025-12-23 09:57:08 -05:00
fib.erl Initial commit: 42 UN CLI implementations 2025-12-23 09:57:08 -05:00
fib.ex Initial commit: 42 UN CLI implementations 2025-12-23 09:57:08 -05:00
fib.f90 Initial commit: 42 UN CLI implementations 2025-12-23 09:57:08 -05:00
fib.forth Initial commit: 42 UN CLI implementations 2025-12-23 09:57:08 -05:00
fib.fs Initial commit: 42 UN CLI implementations 2025-12-23 09:57:08 -05:00
fib.go Initial commit: 42 UN CLI implementations 2025-12-23 09:57:08 -05:00
fib.groovy Initial commit: 42 UN CLI implementations 2025-12-23 09:57:08 -05:00
fib.hs Initial commit: 42 UN CLI implementations 2025-12-23 09:57:08 -05:00
fib.java Initial commit: 42 UN CLI implementations 2025-12-23 09:57:08 -05:00
fib.jl Initial commit: 42 UN CLI implementations 2025-12-23 09:57:08 -05:00
fib.js Initial commit: 42 UN CLI implementations 2025-12-23 09:57:08 -05:00
fib.kt Initial commit: 42 UN CLI implementations 2025-12-23 09:57:08 -05:00
fib.lisp Initial commit: 42 UN CLI implementations 2025-12-23 09:57:08 -05:00
fib.lua Initial commit: 42 UN CLI implementations 2025-12-23 09:57:08 -05:00
fib.m Initial commit: 42 UN CLI implementations 2025-12-23 09:57:08 -05:00
fib.ml Initial commit: 42 UN CLI implementations 2025-12-23 09:57:08 -05:00
fib.nim Initial commit: 42 UN CLI implementations 2025-12-23 09:57:08 -05:00
fib.php Initial commit: 42 UN CLI implementations 2025-12-23 09:57:08 -05:00
fib.pl Initial commit: 42 UN CLI implementations 2025-12-23 09:57:08 -05:00
fib.pro Initial commit: 42 UN CLI implementations 2025-12-23 09:57:08 -05:00
fib.py Initial commit: 42 UN CLI implementations 2025-12-23 09:57:08 -05:00
fib.r Initial commit: 42 UN CLI implementations 2025-12-23 09:57:08 -05:00
fib.raku Initial commit: 42 UN CLI implementations 2025-12-23 09:57:08 -05:00
fib.rb Initial commit: 42 UN CLI implementations 2025-12-23 09:57:08 -05:00
fib.rs Initial commit: 42 UN CLI implementations 2025-12-23 09:57:08 -05:00
fib.scm Initial commit: 42 UN CLI implementations 2025-12-23 09:57:08 -05:00
fib.sh Initial commit: 42 UN CLI implementations 2025-12-23 09:57:08 -05:00
fib.tcl Initial commit: 42 UN CLI implementations 2025-12-23 09:57:08 -05:00
fib.ts Initial commit: 42 UN CLI implementations 2025-12-23 09:57:08 -05:00
fib.v Initial commit: 42 UN CLI implementations 2025-12-23 09:57:08 -05:00
fib.zig Initial commit: 42 UN CLI implementations 2025-12-23 09:57:08 -05:00
run_tests.sh Add HMAC authentication to all 42 implementations 2025-12-28 14:24:03 -05:00
timing_chart.dot Initial commit: 42 UN CLI implementations 2025-12-23 09:57:08 -05:00