For the complete documentation index, see llms.txt. This page is also available as Markdown.

Function Task Examples

Common Language Examples

Example
Description

A simple function to calculate the Fibonacci sequence based on an input integer.

A simple function to reverse characters in an input string.

Js Examples

Example
Description

A simple function to encrypt using bun.js.

A simple function to encrypt using Deno.

A simple signature verification using the ECDSA algorithm.

Python Examples

Example
Description

A simple example showing how to interact with the library and process an external file.

Last updated

Was this helpful?