-
### Motivation
Zebra's transaction deserialization does a lot of CPU-heavy cryptography for shielded transactions.
Since we know that transactions in our database are valid, we can deserialize t…
-
Hello, my issue is the following :
I'm creating a bean :
```java
@Bean
public ApiWrapper apiWrapperTestnet() {
ApiWrapper test = ApiWrapper.ofShasta(privKey);
log.info("[TR…
-
Per https://pypi.org/project/pyOpenSSL/
> Note: The Python Cryptographic Authority **strongly suggests** the use of [pyca/cryptography](https://github.com/pyca/cryptography) where possible. If you …
-
Per
- https://cryptography.io/en/latest/changelog/#v36-0-0
- https://cryptography.io/en/latest/faq/#faq-missing-backend
> `cryptography` stopped requiring the use of `backend` arguments in vers…
-
Important: This was found in the 9.0 branch
## Build Information
Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=789147
Build error leg or test failing: System.Security.C…
-
### Proposal Details
_Note: not a formal proposal since this is internal work without new exposed APIs or observable behaviour. It's primarily surfacing FIPS work for tracking purposes._
## Backgr…
-
Is there a prebuilt cryptography for python 3.6?
-
### Hash Generated Using Broken Cryptography API (SHA1)
**Severity:** Medium
**Exploitability:** Difficult
**CVSS:** 4.0
The following code locations within the App use 'CC_SHA1' or 'CryptoKit…
-
-
This is more of a recommendation than an issue, but the `bigInt.randBetween()` function could be enhanced with a cryptographically secure alternative. Most of the content can be copied, but instances…