Skip to content

Commit a2e0253

Browse files
chore: wip
1 parent 641b4ac commit a2e0253

10 files changed

Lines changed: 165 additions & 461 deletions

File tree

packages/aes/test/aes.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ describe('asn1', () => {
5252
})
5353

5454
it('should convert INTEGER -128 to DER', () => {
55-
expect(ASN1.integerToDer(-128).toHex()).toBe('ff80')
55+
expect(ASN1.integerToDer(-128).toHex()).toBe('80')
5656
})
5757

5858
it('should convert INTEGER -129 to DER', () => {

packages/asn1/test/asn1.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ describe('asn1', () => {
5252
})
5353

5454
it('should convert INTEGER -128 to DER', () => {
55-
expect(ASN1.integerToDer(-128).toHex()).toBe('ff80')
55+
expect(ASN1.integerToDer(-128).toHex()).toBe('80')
5656
})
5757

5858
it('should convert INTEGER -129 to DER', () => {

0 commit comments

Comments
 (0)