Hiroyuki Tanaka

Results 8 issues of Hiroyuki Tanaka

Hi, I found your repository a little while ago while looking for python cryptography libraries, and I saw just recently that this project is now considered critical on the Python...

I wanted to try to add the ability to create sections in a table as requested in issue #148. In order to add an `end_section` attribute to a row, I...

enhancement
changelog: Added

When trying to fix issues with `header_align` I noticed an existing issue with how the alignment is set in `add_autoindex`. The alignment for the index column is set based on...

bug

According to RFC 8017: PKCS#1 v2.2, all cryptographic primitives should be performing range checks on their inputs. Specifically, section 5.1.2. says for RSADP > If the ciphertext representative c is...

A unit test, `SignatureTest::test_sign_different_key`, is failing occasionally. The reason for this is that the test expects the verify function to raise a `VerificationError`, but the test instead raises an `OverflowError`...

I saw that there was interest in supporting a more recent version of PKCS1 in some discussion in #68. I decided to give it a try. I noticed that someone...

Here's a possible solution to a batch of issues with column alignment (#202, #199 , #102, #111). The root of these issues seemed to be the fact that the `align`...

changelog: Added

### What did you do? Attempted to set the alignment for a header field to the invalid alignment value "rice". ### What did you expect to happen? ValueError: Alignment rice...