Skip to content

Commit

Permalink
Add a FIXME.
Browse files Browse the repository at this point in the history
  • Loading branch information
yczhangsjtu committed Sep 9, 2024
1 parent 77d4078 commit 0f3cf90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mpcs/src/basefold/encoding/basecode.rs
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,8 @@ fn encode_field_type_rs_basecode<E: ExtensionField>(
}

// Split the input into chunks of message size, encode each message, and return the codewords
// FIXME: It is expensive for now because it is using naive FFT (although it is
// over a small domain)
fn get_basecode<F: Field>(poly: &Vec<F>, rate: usize, message_size: usize) -> Vec<Vec<F>> {
let timer = start_timer!(|| "Encode basecode");
// The domain is just counting 1, 2, 3, ... , domain_size
Expand Down

0 comments on commit 0f3cf90

Please sign in to comment.