Skip to content

Commit

Permalink
Rename to NIH
Browse files Browse the repository at this point in the history
  • Loading branch information
loafoe committed Mar 15, 2024
1 parent f3df970 commit 86c8e58
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![Build Status](https://travis-ci.com/philips-software/go-hsdp-signer.svg?branch=master)](https://travis-ci.com/philips-software/go-hsdp-signer)
[![Go Reference](https://pkg.go.dev/badge/github.com/philips-software/go-hsdp-signer.svg)](https://pkg.go.dev/github.com/philips-software/go-hsdp-signer)
[![Build Status](https://travis-ci.com/philips-software/go-nih-signer.svg?branch=master)](https://travis-ci.com/philips-software/go-nih-signer)
[![Go Reference](https://pkg.go.dev/badge/github.com/philips-software/go-nih-signer.svg)](https://pkg.go.dev/github.com/philips-software/go-nih-signer)

# Go NIH Signer

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/philips-software/go-hsdp-signer
module github.com/philips-software/go-nih-signer

go 1.14

Expand Down
2 changes: 1 addition & 1 deletion signer.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
const (
LogTimeFormat = "2006-01-02T15:04:05.000Z07:00"
TimeFormat = time.RFC3339
HeaderAuthorization = "hsdp-api-signature"
HeaderAuthorization = "hsdp-api-signature" // Disclaimer: even though hsdp is mentioned here, I&S Cloud Operations is not the responsible party. This string value is used for historical reasons so as to not break existing software
HeaderSignedDate = "SignedDate"
DefaultPrefix64 = "REhQV1M="
AlgorithmName = "HmacSHA256"
Expand Down

0 comments on commit 86c8e58

Please sign in to comment.