Skip to content

Commit

Permalink
Merge pull request #8 from rkbalgi/featue/crypto-pin
Browse files Browse the repository at this point in the history
Support for ISO PIN blocks
  • Loading branch information
rkbalgi authored Jul 1, 2020
2 parents 07dd60b + 83bdd97 commit 7dfd4be
Show file tree
Hide file tree
Showing 14 changed files with 861 additions and 196 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
language: rust
rust:
- stable
cache: cargo
cache: cargo
branches:
- master
152 changes: 150 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "iso8583_rs"
version = "0.1.6"
version = "0.1.7"
authors = ["Raghavendra Balgi <rkbalgi@gmail.com>"]
edition = "2018"
description = "A library to define/parse/assemble and send/receive (via TCP) an ISO8583 message"
Expand All @@ -21,3 +21,7 @@ serde = { version = "1.0.113", features = ["derive"] }
serde_yaml = "0.8.13"
encoding8 = "0.3.2"
hexdump = "0.1.0"
rand = "0.7.3"
des = "0.4.0"
generic-array = "0.14.2"
odds = "0.4.0"
Loading

0 comments on commit 7dfd4be

Please sign in to comment.