टिंकी इंस्टॉल करें

पहले से बनी बाइनरी से Tinkey इंस्टॉल किया जा सकता है, Homebrew का इस्तेमाल किया जा सकता है या Tink सोर्स से Tinkey बनाया जा सकता है.

पहले से बनी बाइनरी से इंस्टॉल करें

Tinkey की हाल ही में रिलीज़ हुई रिलीज़, 1.10.1 है. यह Linux, macOS, और Windows पर काम करता है.

Homebrew से इंस्टॉल करें

Homebrew से Tinkey इंस्टॉल करने के लिए, यह निर्देश चलाएं:

brew tap tink-crypto/tink-tinkey https://github.com/tink-crypto/tink-tinkey
brew install tinkey

सोर्स से Tinkey बनाएं

आपके पास Tink के सोर्स कोड से Tinkey का नया वर्शन बनाने का विकल्प है. इसके लिए, Bazelisk के साथ Bazel का इस्तेमाल करना होगा:

TINKEY_URL="https://github.com/tink-crypto/tink-tinkey/archive/refs/tags/v1.10.1.zip"
TINKEY_SHA256="398dc441e9b5c368c998b24410413ec1f26151fb3e857fc032f503c01130c8d9"
curl -LsS "${TINKEY_URL}" -o tinkey.zip
echo "${TINKEY_SHA256} tinkey.zip" | sha256sum -c
unzip tinkey.zip && cd "tink-tinkey-1.10.1"
bazelisk build //:tinkey

इससे बाइनरी bazel-bin/tinkey बनती है.

अगला वीडियो: