lib3mf 2.5 :
- aggiornamento versione - utilizzate le nostre librerie esterne libzip e zlib e non quelle incluse in lib3mf.
This commit is contained in:
@@ -57,7 +57,6 @@ sLib3MFTransform Lib3MF::MatrixToTransform(const NMR::NMATRIX3 matrix)
|
||||
return transform;
|
||||
}
|
||||
|
||||
|
||||
eLib3MFEncryptionAlgorithm Lib3MF::translateEncryptionAlgorithm(const NMR::eKeyStoreEncryptAlgorithm algorithm) {
|
||||
if (NMR::eKeyStoreEncryptAlgorithm::AES256_GCM == algorithm)
|
||||
return eLib3MFEncryptionAlgorithm::AES256_GCM;
|
||||
@@ -80,8 +79,6 @@ NMR::eKeyStoreWrapAlgorithm Lib3MF::translateWrappingAlgorithm(const eLib3MFWrap
|
||||
throw ELib3MFInterfaceException(LIB3MF_ERROR_NOTIMPLEMENTED);
|
||||
}
|
||||
|
||||
|
||||
|
||||
eLib3MFCompression Lib3MF::translateCompression(bool compression) {
|
||||
if (compression)
|
||||
return eLib3MFCompression::Deflate;
|
||||
@@ -90,4 +87,4 @@ eLib3MFCompression Lib3MF::translateCompression(bool compression) {
|
||||
|
||||
bool Lib3MF::translateCompression(const eLib3MFCompression compression) {
|
||||
return eLib3MFCompression::Deflate == compression;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user