sodium-native
Advanced tools
Comparing version 4.1.1 to 4.2.0
@@ -5,2 +5,4 @@ cmake_minimum_required(VERSION 3.25) | ||
set(CMAKE_POSITION_INDEPENDENT_CODE ON) | ||
include(TestBigEndian) | ||
@@ -24,3 +26,3 @@ | ||
add_library(sodium STATIC) | ||
add_library(sodium OBJECT) | ||
@@ -344,6 +346,13 @@ target_sources( | ||
HAVE_PMMINTRIN_H=1 | ||
HAVE_SMMINTRIN_H=1 | ||
HAVE_TMMINTRIN_H=1 | ||
) | ||
if(NOT target MATCHES "ios") | ||
target_compile_definitions( | ||
sodium | ||
PRIVATE | ||
HAVE_TMMINTRIN_H | ||
) | ||
endif() | ||
if(NOT target MATCHES "win32") | ||
@@ -399,2 +408,4 @@ target_compile_definitions( | ||
extensions/pbkdf2/pbkdf2.h | ||
PUBLIC | ||
$<TARGET_OBJECTS:sodium> | ||
) | ||
@@ -401,0 +412,0 @@ |
{ | ||
"name": "sodium-native", | ||
"version": "4.1.1", | ||
"version": "4.2.0", | ||
"description": "Low level bindings for libsodium", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
# sodium-native | ||
[![build status](https://travis-ci.org/sodium-friends/sodium-native.svg?branch=master)](https://travis-ci.org/sodium-friends/sodium-native) | ||
@@ -4,0 +3,0 @@ Low level bindings for [libsodium](https://github.com/jedisct1/libsodium). |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
11151681
278
0
52