Skip to content

asvin-io/gofe-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Functional Encryption Examples

It is based on gofe library.

Prerequisite

  • install go and check version
go version

it has been tested with go version go1.21.6 linux/amd64

Usage

  • go inner-product or quadratic and run file. Example is shown below
cd inner-product
go run single-input.go

it gives following output

y:   1 1 4
x:   3 4 5
x.y: 27

About

Examples of Functional Encryption, written in golang

Topics

Resources

License

Stars

Watchers

Forks

Languages