[secrets] Revert "base64 Decode secret_bytes"

This reverts commit 25544bf26d00b2bb41c4ef520193953ae91bcc23.

Reason for revert: not needed

Original change's description:
> [secrets] base64 Decode secret_bytes
>
> Bug: IN-418
> Change-Id: I080896bf3413ef68e43c252021c644ce11665abd

TBR=mknyszek@google.com,joshuaseaton@google.com

Change-Id: Ie1cdc04e3a8c05f1ef5249f874f73c4a0f4342ee
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: IN-418
2 files changed
tree: 7015efa306c8120efd0cb940b508ddb7c9dff9ff
  1. botanist/
  2. cmd/
  3. fuchsia/
  4. gerrit-policy/
  5. netboot/
  6. ninjalog/
  7. pdu/
  8. qemu/
  9. retry/
  10. secrets/
  11. serial/
  12. telnet/
  13. tftp/
  14. .gitignore
  15. AUTHORS
  16. Gopkg.lock
  17. Gopkg.toml
  18. LICENSE
  19. MAINTAINERS
  20. manifest
  21. PATENTS
  22. README.md
README.md

infra

This repo contains tools and config files necessary to run infrastructure related to builds, code review, version control, and continuous integrations.

In order to build the Go code, you must clone this repo into an appropriately named directory. This should do the trick:

REPO=fuchsia.googlesource.com/infra/infra
git clone https://${REPO} $(go env GOPATH)/src/${REPO}