├── Catalyst_Acceleration ├── Catalyst_SAGA.py ├── README.md ├── result_real-sim_loss.PNG └── result_real-sim_pred.PNG ├── Chebyshev Acceleration ├── README.md └── code.py ├── Diophantine_Argument_of_Knowledge ├── README.md ├── code.py └── presentation.pdf ├── Half_GCD ├── README.md └── code.sage ├── HeavyBall_Counter ├── IQC.py ├── README.md ├── counterexample.PNG ├── counterexample.py └── resultHeavy.PNG ├── Manger's_Attack ├── README.md └── code.py ├── Operator_Splitting_Performance_Estimation_Problem ├── Graph.PNG ├── OSPEP_1.py ├── OSPEP_2.py └── README.md ├── README.md └── Sqrt_Attack_CRT-RSA ├── README.md └── attack.py /Catalyst_Acceleration/Catalyst_SAGA.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkm0959/Implementations/HEAD/Catalyst_Acceleration/Catalyst_SAGA.py -------------------------------------------------------------------------------- /Catalyst_Acceleration/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkm0959/Implementations/HEAD/Catalyst_Acceleration/README.md -------------------------------------------------------------------------------- /Catalyst_Acceleration/result_real-sim_loss.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkm0959/Implementations/HEAD/Catalyst_Acceleration/result_real-sim_loss.PNG -------------------------------------------------------------------------------- /Catalyst_Acceleration/result_real-sim_pred.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkm0959/Implementations/HEAD/Catalyst_Acceleration/result_real-sim_pred.PNG -------------------------------------------------------------------------------- /Chebyshev Acceleration/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkm0959/Implementations/HEAD/Chebyshev Acceleration/README.md -------------------------------------------------------------------------------- /Chebyshev Acceleration/code.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkm0959/Implementations/HEAD/Chebyshev Acceleration/code.py -------------------------------------------------------------------------------- /Diophantine_Argument_of_Knowledge/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkm0959/Implementations/HEAD/Diophantine_Argument_of_Knowledge/README.md -------------------------------------------------------------------------------- /Diophantine_Argument_of_Knowledge/code.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkm0959/Implementations/HEAD/Diophantine_Argument_of_Knowledge/code.py -------------------------------------------------------------------------------- /Diophantine_Argument_of_Knowledge/presentation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkm0959/Implementations/HEAD/Diophantine_Argument_of_Knowledge/presentation.pdf -------------------------------------------------------------------------------- /Half_GCD/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkm0959/Implementations/HEAD/Half_GCD/README.md -------------------------------------------------------------------------------- /Half_GCD/code.sage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkm0959/Implementations/HEAD/Half_GCD/code.sage -------------------------------------------------------------------------------- /HeavyBall_Counter/IQC.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkm0959/Implementations/HEAD/HeavyBall_Counter/IQC.py -------------------------------------------------------------------------------- /HeavyBall_Counter/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkm0959/Implementations/HEAD/HeavyBall_Counter/README.md -------------------------------------------------------------------------------- /HeavyBall_Counter/counterexample.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkm0959/Implementations/HEAD/HeavyBall_Counter/counterexample.PNG -------------------------------------------------------------------------------- /HeavyBall_Counter/counterexample.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkm0959/Implementations/HEAD/HeavyBall_Counter/counterexample.py -------------------------------------------------------------------------------- /HeavyBall_Counter/resultHeavy.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkm0959/Implementations/HEAD/HeavyBall_Counter/resultHeavy.PNG -------------------------------------------------------------------------------- /Manger's_Attack/README.md: -------------------------------------------------------------------------------- 1 | # Manger's Attack 2 | 3 | Paper : https://www.iacr.org/archive/crypto2001/21390229.pdf -------------------------------------------------------------------------------- /Manger's_Attack/code.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkm0959/Implementations/HEAD/Manger's_Attack/code.py -------------------------------------------------------------------------------- /Operator_Splitting_Performance_Estimation_Problem/Graph.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkm0959/Implementations/HEAD/Operator_Splitting_Performance_Estimation_Problem/Graph.PNG -------------------------------------------------------------------------------- /Operator_Splitting_Performance_Estimation_Problem/OSPEP_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkm0959/Implementations/HEAD/Operator_Splitting_Performance_Estimation_Problem/OSPEP_1.py -------------------------------------------------------------------------------- /Operator_Splitting_Performance_Estimation_Problem/OSPEP_2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkm0959/Implementations/HEAD/Operator_Splitting_Performance_Estimation_Problem/OSPEP_2.py -------------------------------------------------------------------------------- /Operator_Splitting_Performance_Estimation_Problem/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkm0959/Implementations/HEAD/Operator_Splitting_Performance_Estimation_Problem/README.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkm0959/Implementations/HEAD/README.md -------------------------------------------------------------------------------- /Sqrt_Attack_CRT-RSA/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkm0959/Implementations/HEAD/Sqrt_Attack_CRT-RSA/README.md -------------------------------------------------------------------------------- /Sqrt_Attack_CRT-RSA/attack.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rkm0959/Implementations/HEAD/Sqrt_Attack_CRT-RSA/attack.py --------------------------------------------------------------------------------