# incubator-milagro **Repository Path**: mirrors_apache/incubator-milagro ## Basic Information - **Project Name**: incubator-milagro - **Description**: Apache Milagro (Incubating) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-22 - **Last Updated**: 2026-07-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![Milagro Logo](/images/MILAGRO_LOGO.png) The Apache Milagro (incubating) website ============================ Milagro is a set of crypto libraries and core security infrastructure applications, built for decentralized networks yet suitable for enterprises. Milagro has several repos. The C and JavaScript versions of the core cryptographic libraries have had major releases, and are production ready, while the Rust version is under development: * [Milagro Crypto C Library](https://github.com/apache/incubator-milagro-crypto-c) * [Milagro Multi-Party Computation Library (libmpc)](https://github.com/apache/incubator-milagro-MPC) * [Milagro Crypto JavaScript Library](https://github.com/apache/incubator-milagro-javascript) * [Milagro Crypto Rust Library](https://github.com/apache/incubator-milagro-crypto-rust/) Applications being developed on these cryptographic libraries include the Milagro ZKP-MFA server and the Milagro Decentralized Trust Authority (D-TA). The Milagro D-TA is now at an alpha release stage. * [Apache Milagro Decentralized Trust Authority](https://github.com/apache/incubator-milagro-dta) What's New ============================ * [apache-milagro-libmpc-0.1-incubating](https://github.com/apache/incubator-milagro-MPC/releases/tag/0.1) - Initial release of libmpc (v0.1) * [apache-milagro-crypto-c-2.0.1-incubating](https://github.com/apache/incubator-milagro-crypto-c/releases/tag/2.0.1) - Adding Shamir's Secret Sharing and Paillier encryption * [apache-milagro-dta-0.1.0-incubating](https://github.com/apache/incubator-milagro-dta/releases/tag/0.1.0)- Initial release of the Decentralized Trust Authority server * [apache-milagro-crypto-js-1.0.0-incubating](https://github.com/apache/incubator-milagro-crypto-js/releases/tag/1.0.0)- Initial release of the Crypto JS Library * [apache-milagro-crypto-c-1.0.0-incubating](https://github.com/apache/incubator-milagro-crypto-c/releases/tag/1.0.0)- Initial release of the Crypto C Library Website Detail ============================ This repository contains the source for the website of [Apache Milagro (incubating)](http://milagro.apache.org/). The Milagro website itself is completely static, being automatically generated by [Docusauraus](https://docusaurus.io/) prior to deployment. The content of the website is written in a mixture of HTML and Markdown. Developing ========== In this repository there's a docker-compose file which will start a local version of the website for development purpose. Just run ``` docker-compose up ``` and point your browser to http://localhost:3000