Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
remove old
Browse files Browse the repository at this point in the history
  • Loading branch information
ImmanuelSegol committed Jan 22, 2024
1 parent d7fdb87 commit 0d25092
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions docs/icicle/rust-bindings.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ use icicle_bn254::curve::{
ScalarField,
};

use icicle_bls12_377::curve::{
ScalarCfg as BLS12377ScalarCfg,
ScalarField as BLS12377ScalarField
};

use icicle_cuda_runtime::{
stream::CudaStream,
memory::DeviceSlice,
Expand All @@ -44,23 +39,8 @@ use icicle_cuda_runtime::{

use icicle_core::{
ntt::{self, NTT},
traits::{GenerateRandom, FieldImpl}
};

use icicle_core::traits::ArkConvertible;

use ark_bn254::Fr as Bn254Fr;
use ark_bls12_377::Fr as Bls12377Fr;
use ark_ff::FftField;
use ark_poly::{EvaluationDomain, Radix2EvaluationDomain};
use ark_std::cmp::{Ord, Ordering};
use std::convert::TryInto;

#[cfg(feature = "profile")]
use std::time::Instant;

use clap::Parser;

fn main() {
let size = 1 << 23;
let scalars = ScalarCfg::generate_random(size);
Expand Down

0 comments on commit 0d25092

Please sign in to comment.