Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/#14 add comment to function #18

Merged
merged 7 commits into from
Sep 26, 2023
Merged

Conversation

sheagrief
Copy link
Collaborator

@sheagrief sheagrief commented Sep 26, 2023

fix #14

src/she.rs Outdated Show resolved Hide resolved
///
/// # Returns
/// The roots of the cyclotomic polynomial.
///
pub fn cyclotomic_moduli<F: FftField>(length: usize) -> Vec<F> {
// moduli: lengthは本来N-1だが、sで切り捨て
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you translate here to english?

src/she/polynomial.rs Outdated Show resolved Hide resolved
src/she/polynomial.rs Outdated Show resolved Hide resolved
@sheagrief sheagrief merged commit f677dcb into main Sep 26, 2023
@taskooh taskooh deleted the fix/#14_add_comment_to_function branch October 31, 2023 08:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Documentation Comment to Public Function
2 participants