From a579c8269704606752892bfab120ecd3bd3cf20d Mon Sep 17 00:00:00 2001 From: Kamen Mladenov Date: Wed, 5 Mar 2025 09:20:40 +0200 Subject: feat(guests): Add fibonacci implementation using matrix exponentiation Originally tried by Dimo Dimov Co-authored-by: Dimo99 --- guests/fibonacci_matrix/Cargo.toml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 guests/fibonacci_matrix/Cargo.toml (limited to 'guests/fibonacci_matrix/Cargo.toml') diff --git a/guests/fibonacci_matrix/Cargo.toml b/guests/fibonacci_matrix/Cargo.toml new file mode 100644 index 0000000..c51465e --- /dev/null +++ b/guests/fibonacci_matrix/Cargo.toml @@ -0,0 +1,17 @@ +[package] +name = "fibonacci_matrix" +version = "0.1.0" +edition = "2021" + +[dependencies] +nalgebra = "0.33.2" +guests_macro = { version = "0.1.0", path = "../../guests_macro" } + +[features] +no_std = [] +jolt = [] +nexus = [] +risc0 = [] +sp1 = [] +zkm = [] +zkwasm = [] -- cgit v1.2.3