Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion native/src/seal/plaintext.h
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ namespace seal

/**
Sets the value of the current plaintext to the polynomial represented by
the a given hexadecimal string.
the given hexadecimal string.

The string description of the polynomial must adhere to the format returned
by to_string(), which is of the form "7FFx^3 + 1x^1 + 3" and summarized
Expand Down