1cb6deaf0b
This implementation supports version 1.1 of the KMIP spec. The library supports the following operations for SymmetricKey objects: create register get destroy
7 lines
27 B
Bash
Executable File
7 lines
27 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -eu
|
|
|
|
tox
|
|
|