টাইলস সম্পর্কে
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
অ্যান্ড্রয়েড বাইনারি ট্রান্সপারেন্সি সম্পর্কে সাধারণ তথ্য প্রধান বাইনারি ট্রান্সপারেন্সি পৃষ্ঠায় পাওয়া যায়।
এই পৃষ্ঠায় বিভিন্ন tile/
ডিরেক্টরির অধীনে ফাইলের বিন্যাস সম্পর্কে আরও বিশদ রয়েছে।
এই ফাইলগুলিতে পিক্সেল ফ্যাক্টরি ইমেজের জন্য বাইনারি ট্রান্সপারেন্সি লগ প্রতিনিধিত্বকারী মার্কেল ট্রি নোডগুলির হ্যাশ রয়েছে। উপরন্তু, এই হ্যাশ টাইলস মধ্যে প্যাকেজ করা হয়. গাছটিকে কীভাবে টাইলগুলিতে বিভক্ত করা যায় তার একটি সংক্ষিপ্ত বিবরণের জন্য একটি লগ টাইলিং দেখুন।
এই লগে, SHA256 ব্যবহার করে নোডগুলি হ্যাশ করা হয়। আমরা tlog লাইব্রেরি ব্যবহার করি টাইলস লিখতে বিশেষভাবে 1 এর একটি টাইলের উচ্চতা দিয়ে। এর মানে হল প্রতিটি টাইলে সর্বাধিক 2^height = 2টি হ্যাশ রয়েছে, তাদের প্রতিটি 32 বাইট ।
টাইল পাথ নির্মাণের বিশদ বিবরণ tlog টাইল ডক্সে পাওয়া যাবে।
প্রতিটি লগের জন্য টাইলের মূল এখানে পরিবেশন করা হয়:
- পিক্সেল ট্রান্সপারেন্সি লগ
-
https://developers.google.com/android/binary_transparency/tile
- Google সিস্টেম APK স্বচ্ছতা লগ
-
https://developers.google.com/android/binary_transparency/google1p/tile/
টাইলস দিয়ে কম্পিউটিং এর উদাহরণ
টাইলস কীভাবে কাজ করে তা আরও ভালভাবে বোঝার জন্য, আমরা পিক্সেল ট্রান্সপারেন্সি লগ ব্যবহার করে একটি উদাহরণ দিয়ে চলেছি। ধরুন সাইজ 8 এর একটি ট্রি। আপনি যদি ইনডেক্স 3 এ এন্ট্রি দেখছেন, তাহলে এটি হবে প্রথম হ্যাশ টাইল t(0, 1)
। টাইলগুলির জন্য পাথগুলি tile/H/L/NNN[.p/W]
ফর্মের। সুতরাং, টাইল t(0, 1)
এর পথটি হবে https://developers.google.com/android/binary_transparency/tile/1/0/001 । গাছের মূলটি হবে টাইল t(3, 0)/1
, যা পাথ https://developers.google.com/android/binary_transparency/tile/1/3/000.p/1 ।
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-12-02 UTC-তে শেষবার আপডেট করা হয়েছে।
[[["সহজে বোঝা যায়","easyToUnderstand","thumb-up"],["আমার সমস্যার সমাধান হয়েছে","solvedMyProblem","thumb-up"],["অন্যান্য","otherUp","thumb-up"]],[["এতে আমার প্রয়োজনীয় তথ্য নেই","missingTheInformationINeed","thumb-down"],["খুব জটিল / অনেক ধাপ","tooComplicatedTooManySteps","thumb-down"],["পুরনো","outOfDate","thumb-down"],["অনুবাদ সংক্রান্ত সমস্যা","translationIssue","thumb-down"],["নমুনা / কোড সংক্রান্ত সমস্যা","samplesCodeIssue","thumb-down"],["অন্যান্য","otherDown","thumb-down"]],["2024-12-02 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["This page provides details on the format of files within the `tile/` directory, which contain hashes of Merkle Tree nodes representing the Binary Transparency log for Pixel Factory Images."],["These hashes are organized into tiles, utilizing SHA256 hashing and the `tlog` library with a tile height of 1, resulting in a maximum of 2 hashes per tile."],["Tile paths are constructed following the `tlog Tile` documentation and are represented in the format `tile/H/L/NNN[.p/W]`, enabling specific hash retrieval within the log structure."],["Accessing specific entries involves locating the corresponding tile based on its index; for instance, entry 3 resides in tile `t(0, 1)`, found at the path `tile/1/0/001`."]]],["The `tile/` directories contain SHA256 hashes of Merkle Tree nodes, representing the Binary Transparency log for Pixel Factory Images. These hashes are organized into tiles, with each tile containing at most two 32-byte hashes. The tile path structure is `tile/H/L/NNN[.p/W]`. For example, the tile for entry index 3 in a size-8 tree is found at path `/1/0/001`. The root tile is located at path `/1/3/000.p/1`. The Pixel Transparency Log and Google System APK Transparency Log can be found in specific URLs.\n"]]