[PR #143] [CLOSED] New Compressione Method #864

Closed
opened 2026-01-29 22:17:55 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/adamhathcock/sharpcompress/pull/143
Author: @ghost
Created: 5/27/2016
Status: Closed

Base: masterHead: master


📝 Commits (2)

  • fccd03c New Compressione Method
  • f9c739d New AES 256 Bit Implementation

📊 Changes

2 files changed (+295 additions, -0 deletions)

View changed files

SharpCompress/Compressor/Huffman.cs (+226 -0)
SharpCompress/Crypto/AES.cs (+69 -0)

📄 Description

Hi there!
Thought you need a Huffman compression method...


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/adamhathcock/sharpcompress/pull/143 **Author:** [@ghost](https://github.com/ghost) **Created:** 5/27/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`fccd03c`](https://github.com/adamhathcock/sharpcompress/commit/fccd03c4134a9b472f44f9dcd579992f86058f7b) New Compressione Method - [`f9c739d`](https://github.com/adamhathcock/sharpcompress/commit/f9c739d77ec345da8158c86a1e7e7babfbaf630f) New AES 256 Bit Implementation ### 📊 Changes **2 files changed** (+295 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `SharpCompress/Compressor/Huffman.cs` (+226 -0) ➕ `SharpCompress/Crypto/AES.cs` (+69 -0) </details> ### 📄 Description Hi there! Thought you need a Huffman compression method... --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 22:17:55 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#864