Skip to content

Commit

Permalink
Version bump: 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bpvgoncalves committed Aug 21, 2024
1 parent 31222a7 commit 2a6186a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: pqcrypto
Title: Post-Quantum Cryptography
Version: 0.2.1.9002
Version: 0.3.0
Authors@R:
person("Bruno", "Gonçalves", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-0797-7717"))
Expand Down
19 changes: 12 additions & 7 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,25 @@
# pqcrypto (development version)
# pqcrypto 0.3.0

#### Internals
- Synchronize kib code with pq-crystals repo.
##### New Features
- Rename Kyber and Dilithium functions to match their FIPS' algorithm family names.
Old functions softly deprecated.

##### Internals
- Synchronize code with pq-crystals repos.
- Synchronize code with sphincs+ repos.

# pqcrypto 0.2.1

#### Fix
##### Fix
- TSA secure time stamp defaults to use system time on http error or disconnection

#### Internals
##### Internals
- Fix some problems preventing R CMD Check to work in some R/OS versions
- Add additional tests to the suite

# pqcrypto 0.2.0

#### New Features
##### New Features
- Specialized `print()` for some pqcrypto_* objects
- Add `write_key()` and `open_key()` for key saving and retrieval
- Digital Signatures:
Expand All @@ -26,7 +31,7 @@
- Add `write_envelope()`and `read_envelope()`for envelope saving and retrieval


#### Internals
##### Internals
- Some changes to classes, new tests, lib compilation, ...
- Change data types from integer to raw

Expand Down

0 comments on commit 2a6186a

Please sign in to comment.