This is an automated email from the ASF dual-hosted git repository. kittohoward pushed a commit to branch initial-dta in repository https://gitbox.apache.org/repos/asf/incubator-milagro-dta.git
commit e6f4f9010920f04d91a35d0fc7b06b7f7de6de63 Merge: 1f15872 eb2790d Author: howardkitto <[email protected]> AuthorDate: Fri Aug 30 15:15:30 2019 +0100 merge install instructions and change title .gitignore | 2 +- DISCLAIMER | 10 + LICENSE | 4 +- README.md | 153 +++++++-- go.mod | 2 +- go.sum | 53 +--- libs/crypto/libpqnist/CMakeLists.txt | 13 +- libs/crypto/libpqnist/examples/run_aescbc.c | 19 ++ libs/crypto/libpqnist/examples/run_aesgcm.c | 19 ++ libs/crypto/libpqnist/examples/run_encap_decap.c | 19 ++ libs/crypto/libpqnist/examples/run_pqnist.c | 19 ++ libs/crypto/libpqnist/examples/run_sign_verify.c | 19 ++ .../libpqnist/examples/run_sign_verify_bad.c | 19 ++ libs/crypto/libpqnist/examples/run_sike.c | 19 ++ libs/crypto/libpqnist/include/pqnist/pqnist.h | 19 ++ libs/crypto/libpqnist/src/pqnist.c | 19 ++ libs/crypto/libpqnist/test/smoke/test_aescbc.c | 19 ++ libs/crypto/libpqnist/test/smoke/test_aesgcm.c | 19 ++ .../crypto/libpqnist/test/smoke/test_encap_decap.c | 19 ++ libs/crypto/libpqnist/test/smoke/test_pqnist.c | 19 ++ .../crypto/libpqnist/test/smoke/test_sign_verify.c | 19 ++ libs/crypto/libpqnist/test/unit/test_aes_decrypt.c | 19 ++ libs/crypto/libpqnist/test/unit/test_aes_encrypt.c | 19 ++ libs/crypto/pqnist_test.go | 17 + open-api.yaml | 4 +- pkg/bitcoinplugin/open-api.yaml | 341 +-------------------- pkg/bitcoinplugin/service.go | 25 +- pkg/config/default.go | 2 +- pkg/defaultservice/fulfill.go | 17 + pkg/defaultservice/identity.go | 17 + pkg/defaultservice/order.go | 28 ++ pkg/defaultservice/plugable.go | 18 ++ .../{safeguardsecret-api.yaml => open-api.yaml} | 1 + 33 files changed, 597 insertions(+), 414 deletions(-) diff --cc README.md index fe5fcd2,0ac6c41..e4c85c0 --- a/README.md +++ b/README.md @@@ -1,4 -1,23 +1,23 @@@ - # Milagro Distributed Trust Authority + <!-- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + --> + -# Milagro-Custody-DTA ++# Milagro Diustributed Trust Authority --- [](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity)
