Skip to content

Commit

Permalink
correct program type
Browse files Browse the repository at this point in the history
  • Loading branch information
oceans404 committed Aug 3, 2024
1 parent a1fb7b9 commit d50617b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/nada-by-example/first-program.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ The addition program returns one output, the sum to Charlie. Charlie can see the

## Wrap up

In this example, you learned how to use Nada to create a multiplication program that performs blind computation. By defining Party, Input, SecretInteger, performing an Operation, and specifying Output, you can compute on secret inputs from multiple users. This ensures that sensitive data remains confidential throughout the computation process.
In this example, you learned how to use Nada to create an addition program that performs blind computation. By defining Party, Input, SecretInteger, performing an Operation, and specifying Output, you can compute on secret inputs from multiple users. This ensures that sensitive data remains confidential throughout the computation process.

The power of Nada lies in its ability to compute on secret inputs without revealing the underlying data to any party involved. This makes Nada programs perfect for applications requiring high levels of privacy and security.

Expand Down

0 comments on commit d50617b

Please sign in to comment.