-
Algorithm names have historically been constructed as `(algid)(bit-length)`, which works for RSA, DSA, ElGamal etc. but not for elliptic curves, which are identified by their curve. This should be fix…
-
I want to create a new folder of **Sorting** in Java-DSA and add various sorting algorithms like **Quick Sort**, **Bubble Sort**, **Merge Sort**, **Selection Sort** etc.
Please assign this task to m…
-
I would be adding the solution to problem 'Detecting cycle in linked list' using tortoise and hair algorithm in C++. It is a very common DSA problem asked in many tech interviews.
example: input=> he…
-
**Describe the bug**
when connecting with a publickey paramiko may trigger an exception. It seems that it try to parse a key as DSA when it fail to use it as RSA. The exception is not catched by nete…
-
accessing member of structure using pointers
linked list all functions basic code
swapping basic code
stacks and queues
These codes are written in optimized manner and will help a beginner to u…
-
The Security Considerations section of the draft says:
> However, due to the fact that ML-DSA signatures may require the signing procedure to be repeated several times for a signature to be produce…
-
FIPS 204 and 205 uses a context string as part of their sign API. It was a last minute change in the final standard. Having an API to pass in this context will need to be added to this library.
…
-
#142 introduces a new API for SHA-3 that handles bit ordering conversions. However, there are several algorithms that use the old API for both hash functions and extendable output functions, including…
-
### Sorting algorithms
- Bubble sort
- Selection sort
- Insertion sort
- Merge sort
- Quick sort
- Heap sort
- Counting sort
- Radix sort
- Bucket sort
-
I have built liboqs-python wrapper module which internally uses liboqs library. I was able to try sample python scripts present in examples directory.
I wrote some sample script to test the ACVP ve…