S Rasswanth
S Rasswanth
## Description Please include a summary of the change, the motivation, and any additional context that will help others understand your PR. If it closes one or more open issues,...
## Description Implementation of Falcon wrap functionality, which is a secure protocol for computing carry bit on addition of three values.resolves #150 ## How has this been tested? Added test...
## Description Implementation ReLU and DReLU functionality of Falcon. resolves #149 ## Affected Dependencies List any dependencies that are required for this change. ## How has this been tested? Added...
## Description Implementation of Division protocol of Falcon , for public and private values.resolves #152 , #159 ## How has this been tested? Added tests for the same. ## Checklist...
## Description Implementation of Bounding power algorithm , which bounds the secret to a power of 2. resolve #292 ## How has this been tested? Added tests for the same....
## Description Implementation of Falcon Batch Normalization . resolves #153 ## How has this been tested? - [ ] WIP Tests ## Checklist - [x] I have followed the [Contribution...
## Description The install dependencies section of MacOS runner in CI consumes a considerable amount of time.The pip cache also caches the dependencies.One aspect of optimization is to look at...
## Feature Description Implementation of Falcon Bounding Power Algorithm. ## Additional Context [Falcon Paper](https://arxiv.org/abs/2004.02229)
## Feature Description Implement the Bit Composition algorithm in ABY3. ## Is your feature request related to a problem? The wrap function in FALCON requires the bit composition algorithm ##...
## Description - The PR aims to further delete Unused Tabes. - It also aims to add a in memory MongoDB store to make the local tests work. - Reenable...