mariotawfik commited on
Commit
4bca5fa
·
1 Parent(s): c6147ee
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -90,6 +90,7 @@ def keygen(eval_key):
90
 
91
  eval_key = [list(evaluation_key)[:ENCRYPTED_DATA_BROWSER_LIMIT], user_id]
92
  user_id = eval_key[1]
 
93
 
94
 
95
  def encode_quantize(test_file, eval_key, encodings):
 
90
 
91
  eval_key = [list(evaluation_key)[:ENCRYPTED_DATA_BROWSER_LIMIT], user_id]
92
  user_id = eval_key[1]
93
+ return eval_key[0]
94
 
95
 
96
  def encode_quantize(test_file, eval_key, encodings):