Skip to content

Commit

Permalink
Implements basic support for V5 keys and signatures.
Browse files Browse the repository at this point in the history
  • Loading branch information
joke325 committed Apr 3, 2020
1 parent 5f41ee1 commit 4c4bc5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/librepgp/stream-packet.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ uint32_t read_uint32(const uint8_t *buf);

void write_uint16(uint8_t *buf, uint16_t val);


/** @brief write new packet length
* @param buf pre-allocated buffer, must have 5 bytes
* @param len packet length
Expand Down

0 comments on commit 4c4bc5a

Please sign in to comment.