Skip to content

Adds BER encoding

59a2d92
Select commit
Loading
Failed to load commit list.
Open

Adds to DER format of ECDSA signature with extended ECDSA-Sig-Value and ECDSA-Full-R #369

Adds BER encoding
59a2d92
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Apr 2, 2026 in 2s

3 new alerts

New alerts in code changed by this pull request

  • 3 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 3 in src/ecdsa/test_ber.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note test

Import of 'hexlify' is not used.

Check notice on line 13 in src/ecdsa/test_ber.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note test

Import of 'NIST256p' is not used.
Import of 'NIST224p' is not used.

Check notice on line 36 in src/ecdsa/test_ber.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note test

Import of 'encode_constructed' is not used.