Skip to content

How to use the class SecureArray? #81

Answered by lschoe
1191000814 asked this question in Q&A
Discussion options

You must be logged in to vote

Instances of secure types like secure integers are not hashable because their values are secret-shared. Each party holds a share of the value, but these shares are random and different for each party.

Depending on what you need to do, you might use operators like == and < with secure integers to construct searchable datastructures but this may get quite involved.

Replies: 4 comments 12 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
10 replies
@lschoe
Comment options

@1191000814
Comment options

@lschoe
Comment options

@1191000814
Comment options

@lschoe
Comment options

Answer selected by 1191000814
Comment options

You must be logged in to vote
2 replies
@1191000814
Comment options

@1191000814
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #80 on January 02, 2024 10:06.