mirror of
https://github.com/arnaucube/poulpy.git
synced 2026-02-10 21:26:41 +01:00
wip
This commit is contained in:
@@ -3,8 +3,6 @@ pub struct module_info_t {
|
||||
}
|
||||
|
||||
pub type module_type_t = ::std::os::raw::c_uint;
|
||||
pub const module_type_t_FFT64: module_type_t = 0;
|
||||
pub const module_type_t_NTT120: module_type_t = 1;
|
||||
pub use self::module_type_t as MODULE_TYPE;
|
||||
|
||||
pub type MODULE = module_info_t;
|
||||
|
||||
Reference in New Issue
Block a user