crypto
Here are 2,664 public repositories matching this topic...
An open source cybersecurity protocol for syncing decentralized graph data.
-
Updated
Sep 13, 2020 - JavaScript
Tink is a multi-language, cross-platform, open source library that provides cryptographic APIs that are secure, easy to use correctly, and hard(er) to misuse.
-
Updated
Sep 11, 2020 - Java
Multi-platform transparent client-side encryption of your files in the cloud
-
Updated
Sep 13, 2020 - Java
A native implementation of TLS in Javascript and tools to write crypto-based and network-heavy webapps
-
Updated
Sep 7, 2020 - JavaScript
Algorithmic trading and quantitative trading open source platform to develop trading robots (stock markets, forex, crypto, bitcoins and options).
-
Updated
Sep 9, 2020 - C#
A curated list of cryptography resources and links.
-
Updated
Aug 9, 2020
tests/include/test/psa_crypto_helpers.h contains function definitions. That's a remnant from when we didn't have tests/src/*.c and unit tests had to be compiled as a monolithic C file. It's a problem because merely including the header causes an unused-function warning. The header should contain only function declarations (or static inline function definitions, but the functions in that head
https://scotthelme.co.uk/a-new-security-header-feature-policy/
I guess it will be easy to add, because we certainly don't use any of these features.
Or maybe "gyroscope" or so may be used by the random number generator in sjcl, but that's all.
HElib is an open-source software library that implements homomorphic encryption. It supports the BGV scheme with bootstrapping and the Approximate Number CKKS scheme. HElib also includes optimizations for efficient homomorphic evaluation, focusing on effective use of ciphertext packing techniques and on the Gentry-Halevi-Smart optimizations.
-
Updated
Sep 13, 2020 - C++
free C++ class library of cryptographic schemes
-
Updated
Sep 13, 2020 - C++
A system for distributing and managing secrets
-
Updated
Sep 11, 2020 - Java
Github.com/CryptoSignal - #1 Quant Trading & Technical Analysis Bot - 2,100 + stars, 580 + forks
-
Updated
Sep 3, 2020 - Python
Project Wycheproof tests crypto libraries against known attacks.
-
Updated
Feb 18, 2020 - Java
Copy/paste anything over the network.
-
Updated
Jun 13, 2020 - Go
A set of icons for all the main cryptocurrencies and altcoins, in a range of styles and sizes.
-
Updated
Aug 19, 2020 - JavaScript
Advanced library for randomization, hashing and statistical analysis (devoted to chaos machines).
-
Updated
Nov 2, 2019 - C++
An implementation of JOSE standards (JWE, JWS, JWT) in Go
-
Updated
Aug 26, 2020 - Go
socket.cpp, socket_udp.cpp and cli/socket_utils.h have a lot of shared/duplicated code for handling differences in socket interface between BSD and Windsock. Consolidate into a single internal header which can be used across all three.
-
Updated
May 9, 2020 - JavaScript
Tools to bootstrap CAs, certificate requests, and signed certificates.
-
Updated
Aug 11, 2020 - Go
Cryptographic filesystem for the cloud
-
Updated
Aug 1, 2020 - C++
Improve this page
Add a description, image, and links to the crypto topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the crypto topic, visit your repo's landing page and select "manage topics."


Problem:
As mentioned in the comment
New cipher suites MUST be added here, IN ORDER, or they will not be properly initialized.https://github.com/awslabs/s2n/blob/64297d8ce45a38394094f1c31b2ecf5735472edb/tls/s2n_cipher_suites.c#L768-L772
Solution:
Unit test to validate the array order.