-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from Miiraak/NewHashMethods
v1.0.4.5 : Refactor tests, implement CRC8, update lists and README. Implemented the CRC8 hash method and removed too old and unimplemented methods from HashMethods.cs. Adding PrimesN method in PresetLists.cs, return a List<int> of n first primal numbers. Adding FibonacciN method in PresetLists.cs, return a List<int> of n first fibonacci numbers. Adding MersonneN method in PresetLists.cs, return a List<int> of n first Mersonne numbers. Adding MersonnePrimalN list in PresetLists.cs, return a List<long> of the 9 first Mersenne primal number. Adding HexagonalNumberN method in PresetLists.cs, return a List<int> of n first hexagonal numbers. Adding html 'Colors' list. Adding Security 'CommonPasswords' list. Refactored test files for better organization. Added new test methods. Introduced 'HTML' and 'Security' classes in 'PresetLists.cs'. Updated ClassicalCompendium version and added acknowledgment in 'README.md'.
- Loading branch information
Showing
8 changed files
with
499 additions
and
454 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.