Skip to content

EvolveArt/rpow

Repository files navigation

Implementation of fast exponentiation algorithm by MakerDAO.

Usage

⚠️ WARNING! ⚠️

This repo contains highly experimental code. Expect rapid iteration. Use at your own risk.

Set up the project

📦 Install the requirements

⛏️ Compile

protostar build

🌡️ Test

# Run all tests
protostar test

# Run only unit tests
protostar test tests/units

# Run only integration tests
protostar test tests/integrations

💋 Format code

cairo-format -i src/**/*.cairo tests/**/*.cairo

📄 License

rpow is released under the MIT.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published