Skip to content

Commit

Permalink
fix transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrildever committed Jun 8, 2020
1 parent 1163863 commit 806d7f0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 Edgewhere
Copyright (c) 2020 Cyril Dever

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# feistel-cipher

![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/edgewhere/feistel-cipher)
![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/cyrildever/feistel-cipher)
![npm](https://img.shields.io/npm/dw/feistel-cipher)
![GitHub last commit](https://img.shields.io/github/last-commit/edgewhere/feistel-cipher)
![GitHub issues](https://img.shields.io/github/issues/edgewhere/feistel-cipher)
![GitHub last commit](https://img.shields.io/github/last-commit/cyrildever/feistel-cipher)
![GitHub issues](https://img.shields.io/github/issues/cyrildever/feistel-cipher)
![NPM](https://img.shields.io/npm/l/feistel-cipher)

This is a TypeScript library implementing the Feistel cipher for "almost" format-preserving encryption.
Expand Down Expand Up @@ -69,4 +69,4 @@ See the [LICENSE](LICENSE) file.


<hr />
&copy; 2020 Edgewhere SAS. All rights reserved.
&copy; 2020 Cyril Dever. All rights reserved.

0 comments on commit 806d7f0

Please sign in to comment.