implement xchacha20 and x25519

This commit is contained in:
2026-01-03 13:49:15 +01:00
parent 9a60518e0e
commit abbe43a42c
7 changed files with 365 additions and 11 deletions

View File

@@ -13,7 +13,7 @@ A very cool language
## Syntax
```rust
func main[] : i64
let answer: i64 = math.abs(os.urandom()) % 100
let answer: i64 = math.abs(os.urandom_i64()) % 100
while true
io.println("Guess a number: ")