myl7/fss 1.1.0
Function secret sharing (FSS) primitives including distributed point/comparison function (DPF/DCF)
Loading...
Searching...
No Matches
aes128_mmo_soft.cuh File Reference

Software AES-128 with Matyas-Meyer-Oseas as a PRG. More...

#include <fss/prg.cuh>
#include <cuda_runtime.h>
#include <cuda/std/array>
#include <fss/util.cuh>

Classes

class  fss::prg::Aes128Soft< mul >
 Software AES-128 with Matyas-Meyer-Oseas as a PRG. More...
 

Detailed Description

Software AES-128 with Matyas-Meyer-Oseas as a PRG.

Author
Yulong Ming i@myl.nosp@m.7.or.nosp@m.g

Works on both host and device. The AES core is based on tiny-AES-c by kokke et al. (public domain).

References

  1. Neha Jawalkar, Kanav Gupta, Arkaprava Basu, Nishanth Chandran, Divya Gupta, Rahul Sharma: Orca: FSS-based Secure Training and Inference with GPUs. SP 2024: 597-616. https://doi.org/10.1109/SP54263.2024.00063.