Merge
Crypto WASM TESTS
This commit is contained in:
parent
2a00bb35e7
commit
687e6f9642
49 changed files with 6272 additions and 366 deletions
|
|
@ -6,8 +6,8 @@ pub use data_value::{DataKind, DataValue};
|
|||
pub use mtp_common::CodecError;
|
||||
|
||||
pub use mtp_type_map::{
|
||||
communication_type_name, data_type_name, CommunicationType, CommunicationTypeId, DataType,
|
||||
DataTypeId, TypeMap, Version, PROTOCOL_VERSION,
|
||||
CommunicationType, CommunicationTypeId, DataType, DataTypeId, PROTOCOL_VERSION, TypeMap,
|
||||
Version, communication_type_name, data_type_name,
|
||||
};
|
||||
|
||||
pub(crate) fn rand_u32() -> u32 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue