mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-10 07:08:03 -05:00
docs(wasm): remove obsolete TODO in CompactPkeCrs::deserialize
This commit is contained in:
@@ -43,7 +43,6 @@ impl CompactPkeCrs {
|
||||
#[wasm_bindgen]
|
||||
pub fn deserialize(buffer: &[u8]) -> Result<CompactPkeCrs, JsError> {
|
||||
// If buffer is compressed it is automatically detected and uncompressed.
|
||||
// TODO: handle validation
|
||||
catch_panic_result(|| {
|
||||
bincode::deserialize(buffer)
|
||||
.map(CompactPkeCrs)
|
||||
|
||||
Reference in New Issue
Block a user