mirror of
https://github.com/status-im/status-go.git
synced 2025-01-12 15:45:07 +00:00
8 lines
198 B
Bash
8 lines
198 B
Bash
#!/bin/env bash
|
|
|
|
# SPDX-FileCopyrightText: 2023 The Pion community <https://pion.ly>
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
cp -v $GOROOT/src/crypto/hmac/{hmac,hmac_test}.go .
|
|
git diff {hmac,hmac_test}.go
|