diff --git a/README.rst b/README.rst index 6644263e..7dacb757 100644 --- a/README.rst +++ b/README.rst @@ -15,7 +15,7 @@ - + SyMPC **/ˈsɪmpəθi/** is a library which extends `PySyft `_ ≥0.3 with SMPC support. It allows computing over encrypted data, and to train and evaluate neural networks. @@ -83,6 +83,12 @@ SyMPC supports the following protocols. We can see other interesting information about the supported operations and Neural Network layers in `Supported operations and Neural Network layers `_. +Benchmarks +########## + +We track the performance of our cryptographic protocols. You can check the latest benchmarks on our +`benchmark page `_. + Contributing ############