Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Shiroechi committed May 1, 2021
2 parents 6bd8381 + a42f69c commit 7d01f19
Showing 1 changed file with 17 additions and 7 deletions.
24 changes: 17 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,32 @@
# Litdex

My personal library that contain hash algorithm and RNG.
My personal library that contains a sub-module of many implementations.

# Badges

[![CodeFactor](https://www.codefactor.io/repository/github/shiroechi/litdex/badge)](https://www.codefactor.io/repository/github/shiroechi/litdex)
[![CodeFactor](https://www.codefactor.io/repository/github/shiroechi/litdex/badge?style=for-the-badge)](https://www.codefactor.io/repository/github/shiroechi/litdex)

# Download

[![Nuget](https://img.shields.io/nuget/v/litdex?label=Litdex)](https://www.nuget.org/packages/Litdex/)
[![Nuget](https://img.shields.io/nuget/v/litdex?label=Litdex&style=for-the-badge)](https://www.nuget.org/packages/Litdex/)

## Sub package
## Sub module

[![Nuget](https://img.shields.io/nuget/v/Litdex.Security.RNG?label=Litdex.Security.RNG)](https://www.nuget.org/packages/Litdex.Security.RNG)
- [Litdex.Security.Cryptography](https://github.com/Shiroechi/Litdex.Security.Cryptography)

# Description

My personal library

- [Litdex.Security.RNG](https://github.com/Shiroechi/Litdex.Security.RNG)

[![Nuget](https://img.shields.io/nuget/v/Litdex.Security.RNG?label=Litdex.Security.RNG&style=for-the-badge)](https://www.nuget.org/packages/Litdex.Security.RNG)

- [Litdex.Security.RNG.TRNG](https://github.com/Shiroechi/Litdex.Security.RNG.TRNG)

[![Nuget](https://img.shields.io/nuget/v/Litdex.Security.RNG.TRNG?label=Litdex.Security.RNG.TRNG&style=for-the-badge)](https://www.nuget.org/packages/Litdex.Security.RNG.TRNG)

- [Litdex.Utilities](https://github.com/Shiroechi/Litdex.Utilities)

[![Nuget](https://img.shields.io/nuget/v/Litdex.Utilities?label=Litdex.Utilities&style=for-the-badge)](https://www.nuget.org/packages/Litdex.Utilities)

# Donation

Expand Down

0 comments on commit 7d01f19

Please sign in to comment.