Skip to content

Commit 2d07a3f

Browse files
authored
Cpp sdk docs (#19)
Initial publish of c++ sdk docs.
1 parent 060433d commit 2d07a3f

File tree

78 files changed

+12405
-1390
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+12405
-1390
lines changed

content/_index.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,14 @@ We believe that documentation benefits from sharing and collaborative improvemen
1313
## Integrating with Qrypt
1414
Below is a list of the products that Qrypt offers with links to their supporting documentation.
1515

16-
### Entropy as a service - [Docs](/eaas/)
16+
### Entropy - [Docs](/eaas/)
1717

1818
Qrypt Entropy as a Service (EaaS) measures quantum effects and converts those measurements into pure random numbers. EaaS leverages multiple Quantum Random Number Generators (QRNGs) developed by national and international research labs to ensure the highest quality random.
1919

20+
### Key Generation - [Docs](sdk/)
21+
Qrypt SDK includes client library SDKs, cloud-based REST services, command line clients and guidance to help integrate post-quantum security into your applications and services. You can add security features to your applications without being an expert in post-quantum cryptography.
22+
2023
### QDARA - Quantum data at rest algorithm - [Docs](/data_at_rest/)
2124

2225
Our quantum secure data-at-rest command line tool is powered by our patented BLAST algorithm, which leverages quantum random number generation from our Entropy as a Service to produce perfectly random one-time pads. Alice can quickly and easily encrypt sensitive files with quantum random generated one-time pads. Bob must have the same pad in order to decrypt the data to read the files, ensuring important information is kept secret.
2326

24-
### Qrypt Security - [Docs](/sdk/)
25-
Qrypt Security includes client library SDKs, cloud-based REST services, command line clients and guidance to help integrate post-quantum and everlasting security into your applications and services. You can add security features to your applications without being an expert in post-quantum cryptography.

content/data_at_rest/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
menuTitle = "QDARA"
33
title = "Data at Rest"
44
date = 2021-10-07T11:15:52-04:00
5-
weight = 5
5+
weight = 20
66
disableToc = "true"
77
+++
88

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
+++
2+
title = "Concepts"
3+
date = 2021-10-18T09:01:15-04:00
4+
weight = 40
5+
+++
6+
7+
Use the pages in this section to dig deeper into the post-quantum technologies Qrypt has to offer.
8+
9+
#### [One-Time Pad (OTP)](otp/)
10+

content/sdk/concepts/otp/_index.md renamed to content/data_at_rest/concepts/otp/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
+++
22
title = "One-Time Pad (OTP)"
33
date = 2021-10-23T15:01:22-04:00
4-
weight = 10
4+
weight = 50
55
chapter = false
66
+++
77

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)