mirror of
https://github.com/monero-project/monero-site.git
synced 2025-01-10 21:05:04 +00:00
commit
c6373b1ce4
29 changed files with 1162 additions and 52 deletions
|
@ -1,15 +1,31 @@
|
|||
---
|
||||
summary: "Monero's efficient way of building ring signatures"
|
||||
terms: ["CLSAG"]
|
||||
summary: Monero's efficient way of building ring signatures
|
||||
---
|
||||
|
||||
{% include disclaimer.html translated="no" translationOutdated="no" %}
|
||||
CLSAG (Concise Linkable Spontaneous Anonymous Group) signature are the new way Monero builds @ring-signatures, which replaces MLSAG (multilayered Linkable Spontaneous Anonymous Group Signature). CLSAG will go live and mandatory with the [Monero network upgrade of October 2020]({{ site.baseurl }}/2020/08/18/network-upgrade-october-2020.html). CLSAG maintains the same functionalities as MLSAG, but with the advantage of considerable size savings for @transactions and improvements in verification speed. This new technology was developed by contributors of the [Monero Research Lab]({{ site.baseurl }}/resources/research-lab/) and [audited by external researchers]({{ site.baseurl_root }}/resources/research-lab/audits/clsag.pdf).
|
||||
|
||||
With CLSAG, users see a 20% improvement in signature verification, and at least a 10% overall improvement for typical transactions. For example, a typical Monero transaction (2 inputs and 2 outputs) which usually weighs 2.5kB, takes only 1.9kB of blockchain space with CLSAG, a ~25% improvement.
|
||||
CLSAG (Concise Linkable Spontaneous Anonymous Group) signature are the new
|
||||
way Monero builds @ring-signatures, which replaces MLSAG (multilayered
|
||||
Linkable Spontaneous Anonymous Group Signature). CLSAG will go live and
|
||||
mandatory with the [Monero network upgrade of October 2020]({{ site.baseurl
|
||||
}}/2020/08/18/network-upgrade-october-2020.html). CLSAG maintains the same
|
||||
functionalities as MLSAG, but with the advantage of considerable size
|
||||
savings for @transactions and improvements in verification speed. This new
|
||||
technology was developed by contributors of the [Monero Research Lab]({{
|
||||
site.baseurl }}/resources/research-lab/) and [audited by external
|
||||
researchers]({{ site.baseurl_root
|
||||
}}/resources/research-lab/audits/clsag.pdf).
|
||||
|
||||
With CLSAG, users see a 20% improvement in signature verification, and at
|
||||
least a 10% overall improvement for typical transactions. For example, a
|
||||
typical Monero transaction (2 inputs and 2 outputs) which usually weighs
|
||||
2.5kB, takes only 1.9kB of blockchain space with CLSAG, a ~25% improvement.
|
||||
|
||||
---
|
||||
|
||||
##### Other Resources
|
||||
|
||||
<sub>1. [Announcement of CLSAG audit's result and overview of the technology]({{ site.baseurl }}/2020/07/31/clsag-audit.html)</sub><br>
|
||||
<sub>1. [CLSAG preprint](https://eprint.iacr.org/2019/654)</sub>
|
||||
|
||||
<sub>1. [CLSAG preprint](https://eprint.iacr.org/2019/654)</sub>
|
||||
|
|
62
_i18n/ar/resources/moneropedia/weblate/clsag.po
Normal file
62
_i18n/ar/resources/moneropedia/weblate/clsag.po
Normal file
|
@ -0,0 +1,62 @@
|
|||
# SOME DESCRIPTIVE TITLE
|
||||
# Copyright (C) YEAR Free Software Foundation, Inc.
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2021-09-13 11:19+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#. type: YAML Front Matter: summary
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:1
|
||||
#, no-wrap
|
||||
msgid "Monero's efficient way of building ring signatures"
|
||||
msgstr ""
|
||||
|
||||
#. type: YAML Front Matter: terms
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:1
|
||||
#, no-wrap
|
||||
msgid "[\"CLSAG\"]"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:7
|
||||
msgid "{% include disclaimer.html translated=\"no\" translationOutdated=\"no\" %}"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:9
|
||||
msgid "CLSAG (Concise Linkable Spontaneous Anonymous Group) signature are the new way Monero builds @ring-signatures, which replaces MLSAG (multilayered Linkable Spontaneous Anonymous Group Signature). CLSAG will go live and mandatory with the [Monero network upgrade of October 2020]({{ site.baseurl }}/2020/08/18/network-upgrade-october-2020.html). CLSAG maintains the same functionalities as MLSAG, but with the advantage of considerable size savings for @transactions and improvements in verification speed. This new technology was developed by contributors of the [Monero Research Lab]({{ site.baseurl }}/resources/research-lab/) and [audited by external researchers]({{ site.baseurl_root }}/resources/research-lab/audits/clsag.pdf)."
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:11
|
||||
msgid "With CLSAG, users see a 20% improvement in signature verification, and at least a 10% overall improvement for typical transactions. For example, a typical Monero transaction (2 inputs and 2 outputs) which usually weighs 2.5kB, takes only 1.9kB of blockchain space with CLSAG, a ~25% improvement."
|
||||
msgstr ""
|
||||
|
||||
#. type: Title #####
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:14
|
||||
#, no-wrap
|
||||
msgid "Other Resources"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:17
|
||||
#, no-wrap
|
||||
msgid "<sub>1. [Announcement of CLSAG audit's result and overview of the technology]({{ site.baseurl }}/2020/07/31/clsag-audit.html)</sub><br>\n"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:18
|
||||
#, no-wrap
|
||||
msgid "<sub>1. [CLSAG preprint](https://eprint.iacr.org/2019/654)</sub>\n"
|
||||
msgstr ""
|
|
@ -1,15 +1,31 @@
|
|||
---
|
||||
summary: "Monero's efficient way of building ring signatures"
|
||||
terms: ["CLSAG"]
|
||||
summary: Monero's efficient way of building ring signatures
|
||||
---
|
||||
|
||||
{% include disclaimer.html translated="no" translationOutdated="no" %}
|
||||
CLSAG (Concise Linkable Spontaneous Anonymous Group) signature are the new way Monero builds @ring-signatures, which replaces MLSAG (multilayered Linkable Spontaneous Anonymous Group Signature). CLSAG will go live and mandatory with the [Monero network upgrade of October 2020]({{ site.baseurl }}/2020/08/18/network-upgrade-october-2020.html). CLSAG maintains the same functionalities as MLSAG, but with the advantage of considerable size savings for @transactions and improvements in verification speed. This new technology was developed by contributors of the [Monero Research Lab]({{ site.baseurl }}/resources/research-lab/) and [audited by external researchers]({{ site.baseurl_root }}/resources/research-lab/audits/clsag.pdf).
|
||||
|
||||
With CLSAG, users see a 20% improvement in signature verification, and at least a 10% overall improvement for typical transactions. For example, a typical Monero transaction (2 inputs and 2 outputs) which usually weighs 2.5kB, takes only 1.9kB of blockchain space with CLSAG, a ~25% improvement.
|
||||
CLSAG (Concise Linkable Spontaneous Anonymous Group) signature are the new
|
||||
way Monero builds @ring-signatures, which replaces MLSAG (multilayered
|
||||
Linkable Spontaneous Anonymous Group Signature). CLSAG will go live and
|
||||
mandatory with the [Monero network upgrade of October 2020]({{ site.baseurl
|
||||
}}/2020/08/18/network-upgrade-october-2020.html). CLSAG maintains the same
|
||||
functionalities as MLSAG, but with the advantage of considerable size
|
||||
savings for @transactions and improvements in verification speed. This new
|
||||
technology was developed by contributors of the [Monero Research Lab]({{
|
||||
site.baseurl }}/resources/research-lab/) and [audited by external
|
||||
researchers]({{ site.baseurl_root
|
||||
}}/resources/research-lab/audits/clsag.pdf).
|
||||
|
||||
With CLSAG, users see a 20% improvement in signature verification, and at
|
||||
least a 10% overall improvement for typical transactions. For example, a
|
||||
typical Monero transaction (2 inputs and 2 outputs) which usually weighs
|
||||
2.5kB, takes only 1.9kB of blockchain space with CLSAG, a ~25% improvement.
|
||||
|
||||
---
|
||||
|
||||
##### Other Resources
|
||||
|
||||
<sub>1. [Announcement of CLSAG audit's result and overview of the technology]({{ site.baseurl }}/2020/07/31/clsag-audit.html)</sub><br>
|
||||
<sub>1. [CLSAG preprint](https://eprint.iacr.org/2019/654)</sub>
|
||||
|
||||
<sub>1. [CLSAG preprint](https://eprint.iacr.org/2019/654)</sub>
|
||||
|
|
62
_i18n/de/resources/moneropedia/weblate/clsag.po
Normal file
62
_i18n/de/resources/moneropedia/weblate/clsag.po
Normal file
|
@ -0,0 +1,62 @@
|
|||
# SOME DESCRIPTIVE TITLE
|
||||
# Copyright (C) YEAR Free Software Foundation, Inc.
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2021-09-13 11:19+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#. type: YAML Front Matter: summary
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:1
|
||||
#, no-wrap
|
||||
msgid "Monero's efficient way of building ring signatures"
|
||||
msgstr ""
|
||||
|
||||
#. type: YAML Front Matter: terms
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:1
|
||||
#, no-wrap
|
||||
msgid "[\"CLSAG\"]"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:7
|
||||
msgid "{% include disclaimer.html translated=\"no\" translationOutdated=\"no\" %}"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:9
|
||||
msgid "CLSAG (Concise Linkable Spontaneous Anonymous Group) signature are the new way Monero builds @ring-signatures, which replaces MLSAG (multilayered Linkable Spontaneous Anonymous Group Signature). CLSAG will go live and mandatory with the [Monero network upgrade of October 2020]({{ site.baseurl }}/2020/08/18/network-upgrade-october-2020.html). CLSAG maintains the same functionalities as MLSAG, but with the advantage of considerable size savings for @transactions and improvements in verification speed. This new technology was developed by contributors of the [Monero Research Lab]({{ site.baseurl }}/resources/research-lab/) and [audited by external researchers]({{ site.baseurl_root }}/resources/research-lab/audits/clsag.pdf)."
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:11
|
||||
msgid "With CLSAG, users see a 20% improvement in signature verification, and at least a 10% overall improvement for typical transactions. For example, a typical Monero transaction (2 inputs and 2 outputs) which usually weighs 2.5kB, takes only 1.9kB of blockchain space with CLSAG, a ~25% improvement."
|
||||
msgstr ""
|
||||
|
||||
#. type: Title #####
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:14
|
||||
#, no-wrap
|
||||
msgid "Other Resources"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:17
|
||||
#, no-wrap
|
||||
msgid "<sub>1. [Announcement of CLSAG audit's result and overview of the technology]({{ site.baseurl }}/2020/07/31/clsag-audit.html)</sub><br>\n"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:18
|
||||
#, no-wrap
|
||||
msgid "<sub>1. [CLSAG preprint](https://eprint.iacr.org/2019/654)</sub>\n"
|
||||
msgstr ""
|
|
@ -4,6 +4,7 @@ summary: Monero's efficient way of building ring signatures
|
|||
---
|
||||
|
||||
{% include disclaimer.html translated="no" translationOutdated="no" %}
|
||||
|
||||
CLSAG (Concise Linkable Spontaneous Anonymous Group) signature are the new way Monero builds @ring-signatures, which replaces MLSAG (multilayered Linkable Spontaneous Anonymous Group Signature). CLSAG will go live and mandatory with the [Monero network upgrade of October 2020]({{ site.baseurl }}/2020/08/18/network-upgrade-october-2020.html). CLSAG maintains the same functionalities as MLSAG, but with the advantage of considerable size savings for @transactions and improvements in verification speed. This new technology was developed by contributors of the [Monero Research Lab]({{ site.baseurl }}/resources/research-lab/) and [audited by external researchers]({{ site.baseurl_root }}/resources/research-lab/audits/clsag.pdf).
|
||||
|
||||
With CLSAG, users see a 20% improvement in signature verification, and at least a 10% overall improvement for typical transactions. For example, a typical Monero transaction (2 inputs and 2 outputs) which usually weighs 2.5kB, takes only 1.9kB of blockchain space with CLSAG, a ~25% improvement.
|
||||
|
@ -11,5 +12,7 @@ With CLSAG, users see a 20% improvement in signature verification, and at least
|
|||
---
|
||||
|
||||
##### Other Resources
|
||||
|
||||
<sub>1. [Announcement of CLSAG audit's result and overview of the technology]({{ site.baseurl }}/2020/07/31/clsag-audit.html)</sub><br>
|
||||
|
||||
<sub>1. [CLSAG preprint](https://eprint.iacr.org/2019/654)</sub>
|
65
_i18n/en/resources/moneropedia/weblate/clsag.pot
Normal file
65
_i18n/en/resources/moneropedia/weblate/clsag.pot
Normal file
|
@ -0,0 +1,65 @@
|
|||
# SOME DESCRIPTIVE TITLE
|
||||
# Copyright (C) YEAR Free Software Foundation, Inc.
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2021-09-13 11:19+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: en_US\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#. type: YAML Front Matter: summary
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:1
|
||||
#, no-wrap
|
||||
msgid "Monero's efficient way of building ring signatures"
|
||||
msgstr ""
|
||||
|
||||
#. type: YAML Front Matter: terms
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:1
|
||||
#, no-wrap
|
||||
msgid "[\"CLSAG\"]"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:7
|
||||
#, markdown-text
|
||||
msgid "{% include disclaimer.html translated=\"no\" translationOutdated=\"no\" %}"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:9
|
||||
#, markdown-text
|
||||
msgid "CLSAG (Concise Linkable Spontaneous Anonymous Group) signature are the new way Monero builds @ring-signatures, which replaces MLSAG (multilayered Linkable Spontaneous Anonymous Group Signature). CLSAG will go live and mandatory with the [Monero network upgrade of October 2020]({{ site.baseurl }}/2020/08/18/network-upgrade-october-2020.html). CLSAG maintains the same functionalities as MLSAG, but with the advantage of considerable size savings for @transactions and improvements in verification speed. This new technology was developed by contributors of the [Monero Research Lab]({{ site.baseurl }}/resources/research-lab/) and [audited by external researchers]({{ site.baseurl_root }}/resources/research-lab/audits/clsag.pdf)."
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:11
|
||||
#, markdown-text
|
||||
msgid "With CLSAG, users see a 20% improvement in signature verification, and at least a 10% overall improvement for typical transactions. For example, a typical Monero transaction (2 inputs and 2 outputs) which usually weighs 2.5kB, takes only 1.9kB of blockchain space with CLSAG, a ~25% improvement."
|
||||
msgstr ""
|
||||
|
||||
#. type: Title #####
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:14
|
||||
#, markdown-text, no-wrap
|
||||
msgid "Other Resources"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:17
|
||||
#, markdown-text, no-wrap
|
||||
msgid "<sub>1. [Announcement of CLSAG audit's result and overview of the technology]({{ site.baseurl }}/2020/07/31/clsag-audit.html)</sub><br>\n"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:18
|
||||
#, markdown-text, no-wrap
|
||||
msgid "<sub>1. [CLSAG preprint](https://eprint.iacr.org/2019/654)</sub>\n"
|
||||
msgstr ""
|
|
@ -1,15 +1,31 @@
|
|||
---
|
||||
summary: "Monero's efficient way of building ring signatures"
|
||||
terms: ["CLSAG"]
|
||||
summary: Monero's efficient way of building ring signatures
|
||||
---
|
||||
|
||||
{% include disclaimer.html translated="no" translationOutdated="no" %}
|
||||
CLSAG (Concise Linkable Spontaneous Anonymous Group) signature are the new way Monero builds @ring-signatures, which replaces MLSAG (multilayered Linkable Spontaneous Anonymous Group Signature). CLSAG will go live and mandatory with the [Monero network upgrade of October 2020]({{ site.baseurl }}/2020/08/18/network-upgrade-october-2020.html). CLSAG maintains the same functionalities as MLSAG, but with the advantage of considerable size savings for @transactions and improvements in verification speed. This new technology was developed by contributors of the [Monero Research Lab]({{ site.baseurl }}/resources/research-lab/) and [audited by external researchers]({{ site.baseurl_root }}/resources/research-lab/audits/clsag.pdf).
|
||||
|
||||
With CLSAG, users see a 20% improvement in signature verification, and at least a 10% overall improvement for typical transactions. For example, a typical Monero transaction (2 inputs and 2 outputs) which usually weighs 2.5kB, takes only 1.9kB of blockchain space with CLSAG, a ~25% improvement.
|
||||
CLSAG (Concise Linkable Spontaneous Anonymous Group) signature are the new
|
||||
way Monero builds @ring-signatures, which replaces MLSAG (multilayered
|
||||
Linkable Spontaneous Anonymous Group Signature). CLSAG will go live and
|
||||
mandatory with the [Monero network upgrade of October 2020]({{ site.baseurl
|
||||
}}/2020/08/18/network-upgrade-october-2020.html). CLSAG maintains the same
|
||||
functionalities as MLSAG, but with the advantage of considerable size
|
||||
savings for @transactions and improvements in verification speed. This new
|
||||
technology was developed by contributors of the [Monero Research Lab]({{
|
||||
site.baseurl }}/resources/research-lab/) and [audited by external
|
||||
researchers]({{ site.baseurl_root
|
||||
}}/resources/research-lab/audits/clsag.pdf).
|
||||
|
||||
With CLSAG, users see a 20% improvement in signature verification, and at
|
||||
least a 10% overall improvement for typical transactions. For example, a
|
||||
typical Monero transaction (2 inputs and 2 outputs) which usually weighs
|
||||
2.5kB, takes only 1.9kB of blockchain space with CLSAG, a ~25% improvement.
|
||||
|
||||
---
|
||||
|
||||
##### Other Resources
|
||||
|
||||
<sub>1. [Announcement of CLSAG audit's result and overview of the technology]({{ site.baseurl }}/2020/07/31/clsag-audit.html)</sub><br>
|
||||
<sub>1. [CLSAG preprint](https://eprint.iacr.org/2019/654)</sub>
|
||||
|
||||
<sub>1. [CLSAG preprint](https://eprint.iacr.org/2019/654)</sub>
|
||||
|
|
62
_i18n/es/resources/moneropedia/weblate/clsag.po
Normal file
62
_i18n/es/resources/moneropedia/weblate/clsag.po
Normal file
|
@ -0,0 +1,62 @@
|
|||
# SOME DESCRIPTIVE TITLE
|
||||
# Copyright (C) YEAR Free Software Foundation, Inc.
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2021-09-13 11:19+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#. type: YAML Front Matter: summary
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:1
|
||||
#, no-wrap
|
||||
msgid "Monero's efficient way of building ring signatures"
|
||||
msgstr ""
|
||||
|
||||
#. type: YAML Front Matter: terms
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:1
|
||||
#, no-wrap
|
||||
msgid "[\"CLSAG\"]"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:7
|
||||
msgid "{% include disclaimer.html translated=\"no\" translationOutdated=\"no\" %}"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:9
|
||||
msgid "CLSAG (Concise Linkable Spontaneous Anonymous Group) signature are the new way Monero builds @ring-signatures, which replaces MLSAG (multilayered Linkable Spontaneous Anonymous Group Signature). CLSAG will go live and mandatory with the [Monero network upgrade of October 2020]({{ site.baseurl }}/2020/08/18/network-upgrade-october-2020.html). CLSAG maintains the same functionalities as MLSAG, but with the advantage of considerable size savings for @transactions and improvements in verification speed. This new technology was developed by contributors of the [Monero Research Lab]({{ site.baseurl }}/resources/research-lab/) and [audited by external researchers]({{ site.baseurl_root }}/resources/research-lab/audits/clsag.pdf)."
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:11
|
||||
msgid "With CLSAG, users see a 20% improvement in signature verification, and at least a 10% overall improvement for typical transactions. For example, a typical Monero transaction (2 inputs and 2 outputs) which usually weighs 2.5kB, takes only 1.9kB of blockchain space with CLSAG, a ~25% improvement."
|
||||
msgstr ""
|
||||
|
||||
#. type: Title #####
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:14
|
||||
#, no-wrap
|
||||
msgid "Other Resources"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:17
|
||||
#, no-wrap
|
||||
msgid "<sub>1. [Announcement of CLSAG audit's result and overview of the technology]({{ site.baseurl }}/2020/07/31/clsag-audit.html)</sub><br>\n"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:18
|
||||
#, no-wrap
|
||||
msgid "<sub>1. [CLSAG preprint](https://eprint.iacr.org/2019/654)</sub>\n"
|
||||
msgstr ""
|
|
@ -1,15 +1,31 @@
|
|||
---
|
||||
summary: "Monero's efficient way of building ring signatures"
|
||||
terms: ["CLSAG"]
|
||||
summary: Monero's efficient way of building ring signatures
|
||||
---
|
||||
|
||||
{% include disclaimer.html translated="no" translationOutdated="no" %}
|
||||
CLSAG (Concise Linkable Spontaneous Anonymous Group) signature are the new way Monero builds @ring-signatures, which replaces MLSAG (multilayered Linkable Spontaneous Anonymous Group Signature). CLSAG will go live and mandatory with the [Monero network upgrade of October 2020]({{ site.baseurl }}/2020/08/18/network-upgrade-october-2020.html). CLSAG maintains the same functionalities as MLSAG, but with the advantage of considerable size savings for @transactions and improvements in verification speed. This new technology was developed by contributors of the [Monero Research Lab]({{ site.baseurl }}/resources/research-lab/) and [audited by external researchers]({{ site.baseurl_root }}/resources/research-lab/audits/clsag.pdf).
|
||||
|
||||
With CLSAG, users see a 20% improvement in signature verification, and at least a 10% overall improvement for typical transactions. For example, a typical Monero transaction (2 inputs and 2 outputs) which usually weighs 2.5kB, takes only 1.9kB of blockchain space with CLSAG, a ~25% improvement.
|
||||
CLSAG (Concise Linkable Spontaneous Anonymous Group) signature are the new
|
||||
way Monero builds @ring-signatures, which replaces MLSAG (multilayered
|
||||
Linkable Spontaneous Anonymous Group Signature). CLSAG will go live and
|
||||
mandatory with the [Monero network upgrade of October 2020]({{ site.baseurl
|
||||
}}/2020/08/18/network-upgrade-october-2020.html). CLSAG maintains the same
|
||||
functionalities as MLSAG, but with the advantage of considerable size
|
||||
savings for @transactions and improvements in verification speed. This new
|
||||
technology was developed by contributors of the [Monero Research Lab]({{
|
||||
site.baseurl }}/resources/research-lab/) and [audited by external
|
||||
researchers]({{ site.baseurl_root
|
||||
}}/resources/research-lab/audits/clsag.pdf).
|
||||
|
||||
With CLSAG, users see a 20% improvement in signature verification, and at
|
||||
least a 10% overall improvement for typical transactions. For example, a
|
||||
typical Monero transaction (2 inputs and 2 outputs) which usually weighs
|
||||
2.5kB, takes only 1.9kB of blockchain space with CLSAG, a ~25% improvement.
|
||||
|
||||
---
|
||||
|
||||
##### Other Resources
|
||||
|
||||
<sub>1. [Announcement of CLSAG audit's result and overview of the technology]({{ site.baseurl }}/2020/07/31/clsag-audit.html)</sub><br>
|
||||
<sub>1. [CLSAG preprint](https://eprint.iacr.org/2019/654)</sub>
|
||||
|
||||
<sub>1. [CLSAG preprint](https://eprint.iacr.org/2019/654)</sub>
|
||||
|
|
62
_i18n/fr/resources/moneropedia/weblate/clsag.po
Normal file
62
_i18n/fr/resources/moneropedia/weblate/clsag.po
Normal file
|
@ -0,0 +1,62 @@
|
|||
# SOME DESCRIPTIVE TITLE
|
||||
# Copyright (C) YEAR Free Software Foundation, Inc.
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2021-09-13 11:19+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#. type: YAML Front Matter: summary
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:1
|
||||
#, no-wrap
|
||||
msgid "Monero's efficient way of building ring signatures"
|
||||
msgstr ""
|
||||
|
||||
#. type: YAML Front Matter: terms
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:1
|
||||
#, no-wrap
|
||||
msgid "[\"CLSAG\"]"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:7
|
||||
msgid "{% include disclaimer.html translated=\"no\" translationOutdated=\"no\" %}"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:9
|
||||
msgid "CLSAG (Concise Linkable Spontaneous Anonymous Group) signature are the new way Monero builds @ring-signatures, which replaces MLSAG (multilayered Linkable Spontaneous Anonymous Group Signature). CLSAG will go live and mandatory with the [Monero network upgrade of October 2020]({{ site.baseurl }}/2020/08/18/network-upgrade-october-2020.html). CLSAG maintains the same functionalities as MLSAG, but with the advantage of considerable size savings for @transactions and improvements in verification speed. This new technology was developed by contributors of the [Monero Research Lab]({{ site.baseurl }}/resources/research-lab/) and [audited by external researchers]({{ site.baseurl_root }}/resources/research-lab/audits/clsag.pdf)."
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:11
|
||||
msgid "With CLSAG, users see a 20% improvement in signature verification, and at least a 10% overall improvement for typical transactions. For example, a typical Monero transaction (2 inputs and 2 outputs) which usually weighs 2.5kB, takes only 1.9kB of blockchain space with CLSAG, a ~25% improvement."
|
||||
msgstr ""
|
||||
|
||||
#. type: Title #####
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:14
|
||||
#, no-wrap
|
||||
msgid "Other Resources"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:17
|
||||
#, no-wrap
|
||||
msgid "<sub>1. [Announcement of CLSAG audit's result and overview of the technology]({{ site.baseurl }}/2020/07/31/clsag-audit.html)</sub><br>\n"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:18
|
||||
#, no-wrap
|
||||
msgid "<sub>1. [CLSAG preprint](https://eprint.iacr.org/2019/654)</sub>\n"
|
||||
msgstr ""
|
|
@ -1,15 +1,31 @@
|
|||
---
|
||||
summary: "Monero's efficient way of building ring signatures"
|
||||
terms: ["CLSAG"]
|
||||
summary: Monero's efficient way of building ring signatures
|
||||
---
|
||||
|
||||
{% include disclaimer.html translated="no" translationOutdated="no" %}
|
||||
CLSAG (Concise Linkable Spontaneous Anonymous Group) signature are the new way Monero builds @ring-signatures, which replaces MLSAG (multilayered Linkable Spontaneous Anonymous Group Signature). CLSAG will go live and mandatory with the [Monero network upgrade of October 2020]({{ site.baseurl }}/2020/08/18/network-upgrade-october-2020.html). CLSAG maintains the same functionalities as MLSAG, but with the advantage of considerable size savings for @transactions and improvements in verification speed. This new technology was developed by contributors of the [Monero Research Lab]({{ site.baseurl }}/resources/research-lab/) and [audited by external researchers]({{ site.baseurl_root }}/resources/research-lab/audits/clsag.pdf).
|
||||
|
||||
With CLSAG, users see a 20% improvement in signature verification, and at least a 10% overall improvement for typical transactions. For example, a typical Monero transaction (2 inputs and 2 outputs) which usually weighs 2.5kB, takes only 1.9kB of blockchain space with CLSAG, a ~25% improvement.
|
||||
CLSAG (Concise Linkable Spontaneous Anonymous Group) signature are the new
|
||||
way Monero builds @ring-signatures, which replaces MLSAG (multilayered
|
||||
Linkable Spontaneous Anonymous Group Signature). CLSAG will go live and
|
||||
mandatory with the [Monero network upgrade of October 2020]({{ site.baseurl
|
||||
}}/2020/08/18/network-upgrade-october-2020.html). CLSAG maintains the same
|
||||
functionalities as MLSAG, but with the advantage of considerable size
|
||||
savings for @transactions and improvements in verification speed. This new
|
||||
technology was developed by contributors of the [Monero Research Lab]({{
|
||||
site.baseurl }}/resources/research-lab/) and [audited by external
|
||||
researchers]({{ site.baseurl_root
|
||||
}}/resources/research-lab/audits/clsag.pdf).
|
||||
|
||||
With CLSAG, users see a 20% improvement in signature verification, and at
|
||||
least a 10% overall improvement for typical transactions. For example, a
|
||||
typical Monero transaction (2 inputs and 2 outputs) which usually weighs
|
||||
2.5kB, takes only 1.9kB of blockchain space with CLSAG, a ~25% improvement.
|
||||
|
||||
---
|
||||
|
||||
##### Other Resources
|
||||
|
||||
<sub>1. [Announcement of CLSAG audit's result and overview of the technology]({{ site.baseurl }}/2020/07/31/clsag-audit.html)</sub><br>
|
||||
<sub>1. [CLSAG preprint](https://eprint.iacr.org/2019/654)</sub>
|
||||
|
||||
<sub>1. [CLSAG preprint](https://eprint.iacr.org/2019/654)</sub>
|
||||
|
|
62
_i18n/it/resources/moneropedia/weblate/clsag.po
Normal file
62
_i18n/it/resources/moneropedia/weblate/clsag.po
Normal file
|
@ -0,0 +1,62 @@
|
|||
# SOME DESCRIPTIVE TITLE
|
||||
# Copyright (C) YEAR Free Software Foundation, Inc.
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2021-09-13 11:19+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#. type: YAML Front Matter: summary
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:1
|
||||
#, no-wrap
|
||||
msgid "Monero's efficient way of building ring signatures"
|
||||
msgstr ""
|
||||
|
||||
#. type: YAML Front Matter: terms
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:1
|
||||
#, no-wrap
|
||||
msgid "[\"CLSAG\"]"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:7
|
||||
msgid "{% include disclaimer.html translated=\"no\" translationOutdated=\"no\" %}"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:9
|
||||
msgid "CLSAG (Concise Linkable Spontaneous Anonymous Group) signature are the new way Monero builds @ring-signatures, which replaces MLSAG (multilayered Linkable Spontaneous Anonymous Group Signature). CLSAG will go live and mandatory with the [Monero network upgrade of October 2020]({{ site.baseurl }}/2020/08/18/network-upgrade-october-2020.html). CLSAG maintains the same functionalities as MLSAG, but with the advantage of considerable size savings for @transactions and improvements in verification speed. This new technology was developed by contributors of the [Monero Research Lab]({{ site.baseurl }}/resources/research-lab/) and [audited by external researchers]({{ site.baseurl_root }}/resources/research-lab/audits/clsag.pdf)."
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:11
|
||||
msgid "With CLSAG, users see a 20% improvement in signature verification, and at least a 10% overall improvement for typical transactions. For example, a typical Monero transaction (2 inputs and 2 outputs) which usually weighs 2.5kB, takes only 1.9kB of blockchain space with CLSAG, a ~25% improvement."
|
||||
msgstr ""
|
||||
|
||||
#. type: Title #####
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:14
|
||||
#, no-wrap
|
||||
msgid "Other Resources"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:17
|
||||
#, no-wrap
|
||||
msgid "<sub>1. [Announcement of CLSAG audit's result and overview of the technology]({{ site.baseurl }}/2020/07/31/clsag-audit.html)</sub><br>\n"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:18
|
||||
#, no-wrap
|
||||
msgid "<sub>1. [CLSAG preprint](https://eprint.iacr.org/2019/654)</sub>\n"
|
||||
msgstr ""
|
|
@ -1,15 +1,31 @@
|
|||
---
|
||||
summary: "Monero's efficient way of building ring signatures"
|
||||
terms: ["CLSAG"]
|
||||
summary: Monero's efficient way of building ring signatures
|
||||
---
|
||||
|
||||
{% include disclaimer.html translated="no" translationOutdated="no" %}
|
||||
CLSAG (Concise Linkable Spontaneous Anonymous Group) signature are the new way Monero builds @ring-signatures, which replaces MLSAG (multilayered Linkable Spontaneous Anonymous Group Signature). CLSAG will go live and mandatory with the [Monero network upgrade of October 2020]({{ site.baseurl }}/2020/08/18/network-upgrade-october-2020.html). CLSAG maintains the same functionalities as MLSAG, but with the advantage of considerable size savings for @transactions and improvements in verification speed. This new technology was developed by contributors of the [Monero Research Lab]({{ site.baseurl }}/resources/research-lab/) and [audited by external researchers]({{ site.baseurl_root }}/resources/research-lab/audits/clsag.pdf).
|
||||
|
||||
With CLSAG, users see a 20% improvement in signature verification, and at least a 10% overall improvement for typical transactions. For example, a typical Monero transaction (2 inputs and 2 outputs) which usually weighs 2.5kB, takes only 1.9kB of blockchain space with CLSAG, a ~25% improvement.
|
||||
CLSAG (Concise Linkable Spontaneous Anonymous Group) signature are the new
|
||||
way Monero builds @ring-signatures, which replaces MLSAG (multilayered
|
||||
Linkable Spontaneous Anonymous Group Signature). CLSAG will go live and
|
||||
mandatory with the [Monero network upgrade of October 2020]({{ site.baseurl
|
||||
}}/2020/08/18/network-upgrade-october-2020.html). CLSAG maintains the same
|
||||
functionalities as MLSAG, but with the advantage of considerable size
|
||||
savings for @transactions and improvements in verification speed. This new
|
||||
technology was developed by contributors of the [Monero Research Lab]({{
|
||||
site.baseurl }}/resources/research-lab/) and [audited by external
|
||||
researchers]({{ site.baseurl_root
|
||||
}}/resources/research-lab/audits/clsag.pdf).
|
||||
|
||||
With CLSAG, users see a 20% improvement in signature verification, and at
|
||||
least a 10% overall improvement for typical transactions. For example, a
|
||||
typical Monero transaction (2 inputs and 2 outputs) which usually weighs
|
||||
2.5kB, takes only 1.9kB of blockchain space with CLSAG, a ~25% improvement.
|
||||
|
||||
---
|
||||
|
||||
##### Other Resources
|
||||
|
||||
<sub>1. [Announcement of CLSAG audit's result and overview of the technology]({{ site.baseurl }}/2020/07/31/clsag-audit.html)</sub><br>
|
||||
<sub>1. [CLSAG preprint](https://eprint.iacr.org/2019/654)</sub>
|
||||
|
||||
<sub>1. [CLSAG preprint](https://eprint.iacr.org/2019/654)</sub>
|
||||
|
|
62
_i18n/nb-no/resources/moneropedia/weblate/clsag.po
Normal file
62
_i18n/nb-no/resources/moneropedia/weblate/clsag.po
Normal file
|
@ -0,0 +1,62 @@
|
|||
# SOME DESCRIPTIVE TITLE
|
||||
# Copyright (C) YEAR Free Software Foundation, Inc.
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2021-09-13 11:19+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#. type: YAML Front Matter: summary
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:1
|
||||
#, no-wrap
|
||||
msgid "Monero's efficient way of building ring signatures"
|
||||
msgstr ""
|
||||
|
||||
#. type: YAML Front Matter: terms
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:1
|
||||
#, no-wrap
|
||||
msgid "[\"CLSAG\"]"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:7
|
||||
msgid "{% include disclaimer.html translated=\"no\" translationOutdated=\"no\" %}"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:9
|
||||
msgid "CLSAG (Concise Linkable Spontaneous Anonymous Group) signature are the new way Monero builds @ring-signatures, which replaces MLSAG (multilayered Linkable Spontaneous Anonymous Group Signature). CLSAG will go live and mandatory with the [Monero network upgrade of October 2020]({{ site.baseurl }}/2020/08/18/network-upgrade-october-2020.html). CLSAG maintains the same functionalities as MLSAG, but with the advantage of considerable size savings for @transactions and improvements in verification speed. This new technology was developed by contributors of the [Monero Research Lab]({{ site.baseurl }}/resources/research-lab/) and [audited by external researchers]({{ site.baseurl_root }}/resources/research-lab/audits/clsag.pdf)."
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:11
|
||||
msgid "With CLSAG, users see a 20% improvement in signature verification, and at least a 10% overall improvement for typical transactions. For example, a typical Monero transaction (2 inputs and 2 outputs) which usually weighs 2.5kB, takes only 1.9kB of blockchain space with CLSAG, a ~25% improvement."
|
||||
msgstr ""
|
||||
|
||||
#. type: Title #####
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:14
|
||||
#, no-wrap
|
||||
msgid "Other Resources"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:17
|
||||
#, no-wrap
|
||||
msgid "<sub>1. [Announcement of CLSAG audit's result and overview of the technology]({{ site.baseurl }}/2020/07/31/clsag-audit.html)</sub><br>\n"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:18
|
||||
#, no-wrap
|
||||
msgid "<sub>1. [CLSAG preprint](https://eprint.iacr.org/2019/654)</sub>\n"
|
||||
msgstr ""
|
|
@ -1,15 +1,31 @@
|
|||
---
|
||||
summary: "Monero's efficient way of building ring signatures"
|
||||
terms: ["CLSAG"]
|
||||
summary: Monero's efficient way of building ring signatures
|
||||
---
|
||||
|
||||
{% include disclaimer.html translated="no" translationOutdated="no" %}
|
||||
CLSAG (Concise Linkable Spontaneous Anonymous Group) signature are the new way Monero builds @ring-signatures, which replaces MLSAG (multilayered Linkable Spontaneous Anonymous Group Signature). CLSAG will go live and mandatory with the [Monero network upgrade of October 2020]({{ site.baseurl }}/2020/08/18/network-upgrade-october-2020.html). CLSAG maintains the same functionalities as MLSAG, but with the advantage of considerable size savings for @transactions and improvements in verification speed. This new technology was developed by contributors of the [Monero Research Lab]({{ site.baseurl }}/resources/research-lab/) and [audited by external researchers]({{ site.baseurl_root }}/resources/research-lab/audits/clsag.pdf).
|
||||
|
||||
With CLSAG, users see a 20% improvement in signature verification, and at least a 10% overall improvement for typical transactions. For example, a typical Monero transaction (2 inputs and 2 outputs) which usually weighs 2.5kB, takes only 1.9kB of blockchain space with CLSAG, a ~25% improvement.
|
||||
CLSAG (Concise Linkable Spontaneous Anonymous Group) signature are the new
|
||||
way Monero builds @ring-signatures, which replaces MLSAG (multilayered
|
||||
Linkable Spontaneous Anonymous Group Signature). CLSAG will go live and
|
||||
mandatory with the [Monero network upgrade of October 2020]({{ site.baseurl
|
||||
}}/2020/08/18/network-upgrade-october-2020.html). CLSAG maintains the same
|
||||
functionalities as MLSAG, but with the advantage of considerable size
|
||||
savings for @transactions and improvements in verification speed. This new
|
||||
technology was developed by contributors of the [Monero Research Lab]({{
|
||||
site.baseurl }}/resources/research-lab/) and [audited by external
|
||||
researchers]({{ site.baseurl_root
|
||||
}}/resources/research-lab/audits/clsag.pdf).
|
||||
|
||||
With CLSAG, users see a 20% improvement in signature verification, and at
|
||||
least a 10% overall improvement for typical transactions. For example, a
|
||||
typical Monero transaction (2 inputs and 2 outputs) which usually weighs
|
||||
2.5kB, takes only 1.9kB of blockchain space with CLSAG, a ~25% improvement.
|
||||
|
||||
---
|
||||
|
||||
##### Other Resources
|
||||
|
||||
<sub>1. [Announcement of CLSAG audit's result and overview of the technology]({{ site.baseurl }}/2020/07/31/clsag-audit.html)</sub><br>
|
||||
<sub>1. [CLSAG preprint](https://eprint.iacr.org/2019/654)</sub>
|
||||
|
||||
<sub>1. [CLSAG preprint](https://eprint.iacr.org/2019/654)</sub>
|
||||
|
|
62
_i18n/nl/resources/moneropedia/weblate/clsag.po
Normal file
62
_i18n/nl/resources/moneropedia/weblate/clsag.po
Normal file
|
@ -0,0 +1,62 @@
|
|||
# SOME DESCRIPTIVE TITLE
|
||||
# Copyright (C) YEAR Free Software Foundation, Inc.
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2021-09-13 11:19+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#. type: YAML Front Matter: summary
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:1
|
||||
#, no-wrap
|
||||
msgid "Monero's efficient way of building ring signatures"
|
||||
msgstr ""
|
||||
|
||||
#. type: YAML Front Matter: terms
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:1
|
||||
#, no-wrap
|
||||
msgid "[\"CLSAG\"]"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:7
|
||||
msgid "{% include disclaimer.html translated=\"no\" translationOutdated=\"no\" %}"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:9
|
||||
msgid "CLSAG (Concise Linkable Spontaneous Anonymous Group) signature are the new way Monero builds @ring-signatures, which replaces MLSAG (multilayered Linkable Spontaneous Anonymous Group Signature). CLSAG will go live and mandatory with the [Monero network upgrade of October 2020]({{ site.baseurl }}/2020/08/18/network-upgrade-october-2020.html). CLSAG maintains the same functionalities as MLSAG, but with the advantage of considerable size savings for @transactions and improvements in verification speed. This new technology was developed by contributors of the [Monero Research Lab]({{ site.baseurl }}/resources/research-lab/) and [audited by external researchers]({{ site.baseurl_root }}/resources/research-lab/audits/clsag.pdf)."
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:11
|
||||
msgid "With CLSAG, users see a 20% improvement in signature verification, and at least a 10% overall improvement for typical transactions. For example, a typical Monero transaction (2 inputs and 2 outputs) which usually weighs 2.5kB, takes only 1.9kB of blockchain space with CLSAG, a ~25% improvement."
|
||||
msgstr ""
|
||||
|
||||
#. type: Title #####
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:14
|
||||
#, no-wrap
|
||||
msgid "Other Resources"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:17
|
||||
#, no-wrap
|
||||
msgid "<sub>1. [Announcement of CLSAG audit's result and overview of the technology]({{ site.baseurl }}/2020/07/31/clsag-audit.html)</sub><br>\n"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:18
|
||||
#, no-wrap
|
||||
msgid "<sub>1. [CLSAG preprint](https://eprint.iacr.org/2019/654)</sub>\n"
|
||||
msgstr ""
|
|
@ -1,15 +1,31 @@
|
|||
---
|
||||
summary: "Monero's efficient way of building ring signatures"
|
||||
terms: ["CLSAG"]
|
||||
summary: Monero's efficient way of building ring signatures
|
||||
---
|
||||
|
||||
{% include disclaimer.html translated="no" translationOutdated="no" %}
|
||||
CLSAG (Concise Linkable Spontaneous Anonymous Group) signature are the new way Monero builds @ring-signatures, which replaces MLSAG (multilayered Linkable Spontaneous Anonymous Group Signature). CLSAG will go live and mandatory with the [Monero network upgrade of October 2020]({{ site.baseurl }}/2020/08/18/network-upgrade-october-2020.html). CLSAG maintains the same functionalities as MLSAG, but with the advantage of considerable size savings for @transactions and improvements in verification speed. This new technology was developed by contributors of the [Monero Research Lab]({{ site.baseurl }}/resources/research-lab/) and [audited by external researchers]({{ site.baseurl_root }}/resources/research-lab/audits/clsag.pdf).
|
||||
|
||||
With CLSAG, users see a 20% improvement in signature verification, and at least a 10% overall improvement for typical transactions. For example, a typical Monero transaction (2 inputs and 2 outputs) which usually weighs 2.5kB, takes only 1.9kB of blockchain space with CLSAG, a ~25% improvement.
|
||||
CLSAG (Concise Linkable Spontaneous Anonymous Group) signature are the new
|
||||
way Monero builds @ring-signatures, which replaces MLSAG (multilayered
|
||||
Linkable Spontaneous Anonymous Group Signature). CLSAG will go live and
|
||||
mandatory with the [Monero network upgrade of October 2020]({{ site.baseurl
|
||||
}}/2020/08/18/network-upgrade-october-2020.html). CLSAG maintains the same
|
||||
functionalities as MLSAG, but with the advantage of considerable size
|
||||
savings for @transactions and improvements in verification speed. This new
|
||||
technology was developed by contributors of the [Monero Research Lab]({{
|
||||
site.baseurl }}/resources/research-lab/) and [audited by external
|
||||
researchers]({{ site.baseurl_root
|
||||
}}/resources/research-lab/audits/clsag.pdf).
|
||||
|
||||
With CLSAG, users see a 20% improvement in signature verification, and at
|
||||
least a 10% overall improvement for typical transactions. For example, a
|
||||
typical Monero transaction (2 inputs and 2 outputs) which usually weighs
|
||||
2.5kB, takes only 1.9kB of blockchain space with CLSAG, a ~25% improvement.
|
||||
|
||||
---
|
||||
|
||||
##### Other Resources
|
||||
|
||||
<sub>1. [Announcement of CLSAG audit's result and overview of the technology]({{ site.baseurl }}/2020/07/31/clsag-audit.html)</sub><br>
|
||||
<sub>1. [CLSAG preprint](https://eprint.iacr.org/2019/654)</sub>
|
||||
|
||||
<sub>1. [CLSAG preprint](https://eprint.iacr.org/2019/654)</sub>
|
||||
|
|
62
_i18n/pl/resources/moneropedia/weblate/clsag.po
Normal file
62
_i18n/pl/resources/moneropedia/weblate/clsag.po
Normal file
|
@ -0,0 +1,62 @@
|
|||
# SOME DESCRIPTIVE TITLE
|
||||
# Copyright (C) YEAR Free Software Foundation, Inc.
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2021-09-13 11:19+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#. type: YAML Front Matter: summary
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:1
|
||||
#, no-wrap
|
||||
msgid "Monero's efficient way of building ring signatures"
|
||||
msgstr ""
|
||||
|
||||
#. type: YAML Front Matter: terms
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:1
|
||||
#, no-wrap
|
||||
msgid "[\"CLSAG\"]"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:7
|
||||
msgid "{% include disclaimer.html translated=\"no\" translationOutdated=\"no\" %}"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:9
|
||||
msgid "CLSAG (Concise Linkable Spontaneous Anonymous Group) signature are the new way Monero builds @ring-signatures, which replaces MLSAG (multilayered Linkable Spontaneous Anonymous Group Signature). CLSAG will go live and mandatory with the [Monero network upgrade of October 2020]({{ site.baseurl }}/2020/08/18/network-upgrade-october-2020.html). CLSAG maintains the same functionalities as MLSAG, but with the advantage of considerable size savings for @transactions and improvements in verification speed. This new technology was developed by contributors of the [Monero Research Lab]({{ site.baseurl }}/resources/research-lab/) and [audited by external researchers]({{ site.baseurl_root }}/resources/research-lab/audits/clsag.pdf)."
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:11
|
||||
msgid "With CLSAG, users see a 20% improvement in signature verification, and at least a 10% overall improvement for typical transactions. For example, a typical Monero transaction (2 inputs and 2 outputs) which usually weighs 2.5kB, takes only 1.9kB of blockchain space with CLSAG, a ~25% improvement."
|
||||
msgstr ""
|
||||
|
||||
#. type: Title #####
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:14
|
||||
#, no-wrap
|
||||
msgid "Other Resources"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:17
|
||||
#, no-wrap
|
||||
msgid "<sub>1. [Announcement of CLSAG audit's result and overview of the technology]({{ site.baseurl }}/2020/07/31/clsag-audit.html)</sub><br>\n"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:18
|
||||
#, no-wrap
|
||||
msgid "<sub>1. [CLSAG preprint](https://eprint.iacr.org/2019/654)</sub>\n"
|
||||
msgstr ""
|
|
@ -1,15 +1,31 @@
|
|||
---
|
||||
summary: "Monero's efficient way of building ring signatures"
|
||||
terms: ["CLSAG"]
|
||||
summary: Monero's efficient way of building ring signatures
|
||||
---
|
||||
|
||||
{% include disclaimer.html translated="no" translationOutdated="no" %}
|
||||
CLSAG (Concise Linkable Spontaneous Anonymous Group) signature are the new way Monero builds @ring-signatures, which replaces MLSAG (multilayered Linkable Spontaneous Anonymous Group Signature). CLSAG will go live and mandatory with the [Monero network upgrade of October 2020]({{ site.baseurl }}/2020/08/18/network-upgrade-october-2020.html). CLSAG maintains the same functionalities as MLSAG, but with the advantage of considerable size savings for @transactions and improvements in verification speed. This new technology was developed by contributors of the [Monero Research Lab]({{ site.baseurl }}/resources/research-lab/) and [audited by external researchers]({{ site.baseurl_root }}/resources/research-lab/audits/clsag.pdf).
|
||||
|
||||
With CLSAG, users see a 20% improvement in signature verification, and at least a 10% overall improvement for typical transactions. For example, a typical Monero transaction (2 inputs and 2 outputs) which usually weighs 2.5kB, takes only 1.9kB of blockchain space with CLSAG, a ~25% improvement.
|
||||
CLSAG (Concise Linkable Spontaneous Anonymous Group) signature are the new
|
||||
way Monero builds @ring-signatures, which replaces MLSAG (multilayered
|
||||
Linkable Spontaneous Anonymous Group Signature). CLSAG will go live and
|
||||
mandatory with the [Monero network upgrade of October 2020]({{ site.baseurl
|
||||
}}/2020/08/18/network-upgrade-october-2020.html). CLSAG maintains the same
|
||||
functionalities as MLSAG, but with the advantage of considerable size
|
||||
savings for @transactions and improvements in verification speed. This new
|
||||
technology was developed by contributors of the [Monero Research Lab]({{
|
||||
site.baseurl }}/resources/research-lab/) and [audited by external
|
||||
researchers]({{ site.baseurl_root
|
||||
}}/resources/research-lab/audits/clsag.pdf).
|
||||
|
||||
With CLSAG, users see a 20% improvement in signature verification, and at
|
||||
least a 10% overall improvement for typical transactions. For example, a
|
||||
typical Monero transaction (2 inputs and 2 outputs) which usually weighs
|
||||
2.5kB, takes only 1.9kB of blockchain space with CLSAG, a ~25% improvement.
|
||||
|
||||
---
|
||||
|
||||
##### Other Resources
|
||||
|
||||
<sub>1. [Announcement of CLSAG audit's result and overview of the technology]({{ site.baseurl }}/2020/07/31/clsag-audit.html)</sub><br>
|
||||
<sub>1. [CLSAG preprint](https://eprint.iacr.org/2019/654)</sub>
|
||||
|
||||
<sub>1. [CLSAG preprint](https://eprint.iacr.org/2019/654)</sub>
|
||||
|
|
62
_i18n/pt-br/resources/moneropedia/weblate/clsag.po
Normal file
62
_i18n/pt-br/resources/moneropedia/weblate/clsag.po
Normal file
|
@ -0,0 +1,62 @@
|
|||
# SOME DESCRIPTIVE TITLE
|
||||
# Copyright (C) YEAR Free Software Foundation, Inc.
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2021-09-13 11:19+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#. type: YAML Front Matter: summary
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:1
|
||||
#, no-wrap
|
||||
msgid "Monero's efficient way of building ring signatures"
|
||||
msgstr ""
|
||||
|
||||
#. type: YAML Front Matter: terms
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:1
|
||||
#, no-wrap
|
||||
msgid "[\"CLSAG\"]"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:7
|
||||
msgid "{% include disclaimer.html translated=\"no\" translationOutdated=\"no\" %}"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:9
|
||||
msgid "CLSAG (Concise Linkable Spontaneous Anonymous Group) signature are the new way Monero builds @ring-signatures, which replaces MLSAG (multilayered Linkable Spontaneous Anonymous Group Signature). CLSAG will go live and mandatory with the [Monero network upgrade of October 2020]({{ site.baseurl }}/2020/08/18/network-upgrade-october-2020.html). CLSAG maintains the same functionalities as MLSAG, but with the advantage of considerable size savings for @transactions and improvements in verification speed. This new technology was developed by contributors of the [Monero Research Lab]({{ site.baseurl }}/resources/research-lab/) and [audited by external researchers]({{ site.baseurl_root }}/resources/research-lab/audits/clsag.pdf)."
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:11
|
||||
msgid "With CLSAG, users see a 20% improvement in signature verification, and at least a 10% overall improvement for typical transactions. For example, a typical Monero transaction (2 inputs and 2 outputs) which usually weighs 2.5kB, takes only 1.9kB of blockchain space with CLSAG, a ~25% improvement."
|
||||
msgstr ""
|
||||
|
||||
#. type: Title #####
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:14
|
||||
#, no-wrap
|
||||
msgid "Other Resources"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:17
|
||||
#, no-wrap
|
||||
msgid "<sub>1. [Announcement of CLSAG audit's result and overview of the technology]({{ site.baseurl }}/2020/07/31/clsag-audit.html)</sub><br>\n"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:18
|
||||
#, no-wrap
|
||||
msgid "<sub>1. [CLSAG preprint](https://eprint.iacr.org/2019/654)</sub>\n"
|
||||
msgstr ""
|
|
@ -1,15 +1,31 @@
|
|||
---
|
||||
summary: "Monero's efficient way of building ring signatures"
|
||||
terms: ["CLSAG"]
|
||||
summary: Monero's efficient way of building ring signatures
|
||||
---
|
||||
|
||||
{% include disclaimer.html translated="no" translationOutdated="no" %}
|
||||
CLSAG (Concise Linkable Spontaneous Anonymous Group) signature are the new way Monero builds @ring-signatures, which replaces MLSAG (multilayered Linkable Spontaneous Anonymous Group Signature). CLSAG will go live and mandatory with the [Monero network upgrade of October 2020]({{ site.baseurl }}/2020/08/18/network-upgrade-october-2020.html). CLSAG maintains the same functionalities as MLSAG, but with the advantage of considerable size savings for @transactions and improvements in verification speed. This new technology was developed by contributors of the [Monero Research Lab]({{ site.baseurl }}/resources/research-lab/) and [audited by external researchers]({{ site.baseurl_root }}/resources/research-lab/audits/clsag.pdf).
|
||||
|
||||
With CLSAG, users see a 20% improvement in signature verification, and at least a 10% overall improvement for typical transactions. For example, a typical Monero transaction (2 inputs and 2 outputs) which usually weighs 2.5kB, takes only 1.9kB of blockchain space with CLSAG, a ~25% improvement.
|
||||
CLSAG (Concise Linkable Spontaneous Anonymous Group) signature are the new
|
||||
way Monero builds @ring-signatures, which replaces MLSAG (multilayered
|
||||
Linkable Spontaneous Anonymous Group Signature). CLSAG will go live and
|
||||
mandatory with the [Monero network upgrade of October 2020]({{ site.baseurl
|
||||
}}/2020/08/18/network-upgrade-october-2020.html). CLSAG maintains the same
|
||||
functionalities as MLSAG, but with the advantage of considerable size
|
||||
savings for @transactions and improvements in verification speed. This new
|
||||
technology was developed by contributors of the [Monero Research Lab]({{
|
||||
site.baseurl }}/resources/research-lab/) and [audited by external
|
||||
researchers]({{ site.baseurl_root
|
||||
}}/resources/research-lab/audits/clsag.pdf).
|
||||
|
||||
With CLSAG, users see a 20% improvement in signature verification, and at
|
||||
least a 10% overall improvement for typical transactions. For example, a
|
||||
typical Monero transaction (2 inputs and 2 outputs) which usually weighs
|
||||
2.5kB, takes only 1.9kB of blockchain space with CLSAG, a ~25% improvement.
|
||||
|
||||
---
|
||||
|
||||
##### Other Resources
|
||||
|
||||
<sub>1. [Announcement of CLSAG audit's result and overview of the technology]({{ site.baseurl }}/2020/07/31/clsag-audit.html)</sub><br>
|
||||
<sub>1. [CLSAG preprint](https://eprint.iacr.org/2019/654)</sub>
|
||||
|
||||
<sub>1. [CLSAG preprint](https://eprint.iacr.org/2019/654)</sub>
|
||||
|
|
62
_i18n/ru/resources/moneropedia/weblate/clsag.po
Normal file
62
_i18n/ru/resources/moneropedia/weblate/clsag.po
Normal file
|
@ -0,0 +1,62 @@
|
|||
# SOME DESCRIPTIVE TITLE
|
||||
# Copyright (C) YEAR Free Software Foundation, Inc.
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2021-09-13 11:19+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#. type: YAML Front Matter: summary
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:1
|
||||
#, no-wrap
|
||||
msgid "Monero's efficient way of building ring signatures"
|
||||
msgstr ""
|
||||
|
||||
#. type: YAML Front Matter: terms
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:1
|
||||
#, no-wrap
|
||||
msgid "[\"CLSAG\"]"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:7
|
||||
msgid "{% include disclaimer.html translated=\"no\" translationOutdated=\"no\" %}"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:9
|
||||
msgid "CLSAG (Concise Linkable Spontaneous Anonymous Group) signature are the new way Monero builds @ring-signatures, which replaces MLSAG (multilayered Linkable Spontaneous Anonymous Group Signature). CLSAG will go live and mandatory with the [Monero network upgrade of October 2020]({{ site.baseurl }}/2020/08/18/network-upgrade-october-2020.html). CLSAG maintains the same functionalities as MLSAG, but with the advantage of considerable size savings for @transactions and improvements in verification speed. This new technology was developed by contributors of the [Monero Research Lab]({{ site.baseurl }}/resources/research-lab/) and [audited by external researchers]({{ site.baseurl_root }}/resources/research-lab/audits/clsag.pdf)."
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:11
|
||||
msgid "With CLSAG, users see a 20% improvement in signature verification, and at least a 10% overall improvement for typical transactions. For example, a typical Monero transaction (2 inputs and 2 outputs) which usually weighs 2.5kB, takes only 1.9kB of blockchain space with CLSAG, a ~25% improvement."
|
||||
msgstr ""
|
||||
|
||||
#. type: Title #####
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:14
|
||||
#, no-wrap
|
||||
msgid "Other Resources"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:17
|
||||
#, no-wrap
|
||||
msgid "<sub>1. [Announcement of CLSAG audit's result and overview of the technology]({{ site.baseurl }}/2020/07/31/clsag-audit.html)</sub><br>\n"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:18
|
||||
#, no-wrap
|
||||
msgid "<sub>1. [CLSAG preprint](https://eprint.iacr.org/2019/654)</sub>\n"
|
||||
msgstr ""
|
|
@ -1,15 +1,31 @@
|
|||
---
|
||||
summary: "Monero's efficient way of building ring signatures"
|
||||
terms: ["CLSAG"]
|
||||
summary: Monero's efficient way of building ring signatures
|
||||
---
|
||||
|
||||
{% include disclaimer.html translated="no" translationOutdated="no" %}
|
||||
CLSAG (Concise Linkable Spontaneous Anonymous Group) signature are the new way Monero builds @ring-signatures, which replaces MLSAG (multilayered Linkable Spontaneous Anonymous Group Signature). CLSAG will go live and mandatory with the [Monero network upgrade of October 2020]({{ site.baseurl }}/2020/08/18/network-upgrade-october-2020.html). CLSAG maintains the same functionalities as MLSAG, but with the advantage of considerable size savings for @transactions and improvements in verification speed. This new technology was developed by contributors of the [Monero Research Lab]({{ site.baseurl }}/resources/research-lab/) and [audited by external researchers]({{ site.baseurl_root }}/resources/research-lab/audits/clsag.pdf).
|
||||
|
||||
With CLSAG, users see a 20% improvement in signature verification, and at least a 10% overall improvement for typical transactions. For example, a typical Monero transaction (2 inputs and 2 outputs) which usually weighs 2.5kB, takes only 1.9kB of blockchain space with CLSAG, a ~25% improvement.
|
||||
CLSAG (Concise Linkable Spontaneous Anonymous Group) signature are the new
|
||||
way Monero builds @ring-signatures, which replaces MLSAG (multilayered
|
||||
Linkable Spontaneous Anonymous Group Signature). CLSAG will go live and
|
||||
mandatory with the [Monero network upgrade of October 2020]({{ site.baseurl
|
||||
}}/2020/08/18/network-upgrade-october-2020.html). CLSAG maintains the same
|
||||
functionalities as MLSAG, but with the advantage of considerable size
|
||||
savings for @transactions and improvements in verification speed. This new
|
||||
technology was developed by contributors of the [Monero Research Lab]({{
|
||||
site.baseurl }}/resources/research-lab/) and [audited by external
|
||||
researchers]({{ site.baseurl_root
|
||||
}}/resources/research-lab/audits/clsag.pdf).
|
||||
|
||||
With CLSAG, users see a 20% improvement in signature verification, and at
|
||||
least a 10% overall improvement for typical transactions. For example, a
|
||||
typical Monero transaction (2 inputs and 2 outputs) which usually weighs
|
||||
2.5kB, takes only 1.9kB of blockchain space with CLSAG, a ~25% improvement.
|
||||
|
||||
---
|
||||
|
||||
##### Other Resources
|
||||
|
||||
<sub>1. [Announcement of CLSAG audit's result and overview of the technology]({{ site.baseurl }}/2020/07/31/clsag-audit.html)</sub><br>
|
||||
<sub>1. [CLSAG preprint](https://eprint.iacr.org/2019/654)</sub>
|
||||
|
||||
<sub>1. [CLSAG preprint](https://eprint.iacr.org/2019/654)</sub>
|
||||
|
|
62
_i18n/tr/resources/moneropedia/weblate/clsag.po
Normal file
62
_i18n/tr/resources/moneropedia/weblate/clsag.po
Normal file
|
@ -0,0 +1,62 @@
|
|||
# SOME DESCRIPTIVE TITLE
|
||||
# Copyright (C) YEAR Free Software Foundation, Inc.
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2021-09-13 11:19+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#. type: YAML Front Matter: summary
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:1
|
||||
#, no-wrap
|
||||
msgid "Monero's efficient way of building ring signatures"
|
||||
msgstr ""
|
||||
|
||||
#. type: YAML Front Matter: terms
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:1
|
||||
#, no-wrap
|
||||
msgid "[\"CLSAG\"]"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:7
|
||||
msgid "{% include disclaimer.html translated=\"no\" translationOutdated=\"no\" %}"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:9
|
||||
msgid "CLSAG (Concise Linkable Spontaneous Anonymous Group) signature are the new way Monero builds @ring-signatures, which replaces MLSAG (multilayered Linkable Spontaneous Anonymous Group Signature). CLSAG will go live and mandatory with the [Monero network upgrade of October 2020]({{ site.baseurl }}/2020/08/18/network-upgrade-october-2020.html). CLSAG maintains the same functionalities as MLSAG, but with the advantage of considerable size savings for @transactions and improvements in verification speed. This new technology was developed by contributors of the [Monero Research Lab]({{ site.baseurl }}/resources/research-lab/) and [audited by external researchers]({{ site.baseurl_root }}/resources/research-lab/audits/clsag.pdf)."
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:11
|
||||
msgid "With CLSAG, users see a 20% improvement in signature verification, and at least a 10% overall improvement for typical transactions. For example, a typical Monero transaction (2 inputs and 2 outputs) which usually weighs 2.5kB, takes only 1.9kB of blockchain space with CLSAG, a ~25% improvement."
|
||||
msgstr ""
|
||||
|
||||
#. type: Title #####
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:14
|
||||
#, no-wrap
|
||||
msgid "Other Resources"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:17
|
||||
#, no-wrap
|
||||
msgid "<sub>1. [Announcement of CLSAG audit's result and overview of the technology]({{ site.baseurl }}/2020/07/31/clsag-audit.html)</sub><br>\n"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:18
|
||||
#, no-wrap
|
||||
msgid "<sub>1. [CLSAG preprint](https://eprint.iacr.org/2019/654)</sub>\n"
|
||||
msgstr ""
|
|
@ -1,15 +1,31 @@
|
|||
---
|
||||
summary: "Monero's efficient way of building ring signatures"
|
||||
terms: ["CLSAG"]
|
||||
summary: Monero's efficient way of building ring signatures
|
||||
---
|
||||
|
||||
{% include disclaimer.html translated="no" translationOutdated="no" %}
|
||||
CLSAG (Concise Linkable Spontaneous Anonymous Group) signature are the new way Monero builds @ring-signatures, which replaces MLSAG (multilayered Linkable Spontaneous Anonymous Group Signature). CLSAG will go live and mandatory with the [Monero network upgrade of October 2020]({{ site.baseurl }}/2020/08/18/network-upgrade-october-2020.html). CLSAG maintains the same functionalities as MLSAG, but with the advantage of considerable size savings for @transactions and improvements in verification speed. This new technology was developed by contributors of the [Monero Research Lab]({{ site.baseurl }}/resources/research-lab/) and [audited by external researchers]({{ site.baseurl_root }}/resources/research-lab/audits/clsag.pdf).
|
||||
|
||||
With CLSAG, users see a 20% improvement in signature verification, and at least a 10% overall improvement for typical transactions. For example, a typical Monero transaction (2 inputs and 2 outputs) which usually weighs 2.5kB, takes only 1.9kB of blockchain space with CLSAG, a ~25% improvement.
|
||||
CLSAG (Concise Linkable Spontaneous Anonymous Group) signature are the new
|
||||
way Monero builds @ring-signatures, which replaces MLSAG (multilayered
|
||||
Linkable Spontaneous Anonymous Group Signature). CLSAG will go live and
|
||||
mandatory with the [Monero network upgrade of October 2020]({{ site.baseurl
|
||||
}}/2020/08/18/network-upgrade-october-2020.html). CLSAG maintains the same
|
||||
functionalities as MLSAG, but with the advantage of considerable size
|
||||
savings for @transactions and improvements in verification speed. This new
|
||||
technology was developed by contributors of the [Monero Research Lab]({{
|
||||
site.baseurl }}/resources/research-lab/) and [audited by external
|
||||
researchers]({{ site.baseurl_root
|
||||
}}/resources/research-lab/audits/clsag.pdf).
|
||||
|
||||
With CLSAG, users see a 20% improvement in signature verification, and at
|
||||
least a 10% overall improvement for typical transactions. For example, a
|
||||
typical Monero transaction (2 inputs and 2 outputs) which usually weighs
|
||||
2.5kB, takes only 1.9kB of blockchain space with CLSAG, a ~25% improvement.
|
||||
|
||||
---
|
||||
|
||||
##### Other Resources
|
||||
|
||||
<sub>1. [Announcement of CLSAG audit's result and overview of the technology]({{ site.baseurl }}/2020/07/31/clsag-audit.html)</sub><br>
|
||||
<sub>1. [CLSAG preprint](https://eprint.iacr.org/2019/654)</sub>
|
||||
|
||||
<sub>1. [CLSAG preprint](https://eprint.iacr.org/2019/654)</sub>
|
||||
|
|
77
_i18n/zh-cn/resources/moneropedia/weblate/clsag.po
Normal file
77
_i18n/zh-cn/resources/moneropedia/weblate/clsag.po
Normal file
|
@ -0,0 +1,77 @@
|
|||
# Language zh-cn translations for PACKAGE package
|
||||
# Copyright (C) 2021 Free Software Foundation, Inc.
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# Automatically generated, 2021.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2021-09-13 11:19+0200\n"
|
||||
"PO-Revision-Date: 2021-09-13 11:19+0200\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: none\n"
|
||||
"Language: zh-cn\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#. type: YAML Front Matter: summary
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:1
|
||||
#, no-wrap
|
||||
msgid "Monero's efficient way of building ring signatures"
|
||||
msgstr ""
|
||||
|
||||
#. type: YAML Front Matter: terms
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:1
|
||||
#, no-wrap
|
||||
msgid "[\"CLSAG\"]"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:7
|
||||
msgid ""
|
||||
"{% include disclaimer.html translated=\"no\" translationOutdated=\"no\" %}"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:9
|
||||
msgid ""
|
||||
"CLSAG (Concise Linkable Spontaneous Anonymous Group) signature are the new "
|
||||
"way Monero builds @ring-signatures, which replaces MLSAG (multilayered "
|
||||
"Linkable Spontaneous Anonymous Group Signature). CLSAG will go live and "
|
||||
"mandatory with the [Monero network upgrade of October 2020]({{ site."
|
||||
"baseurl }}/2020/08/18/network-upgrade-october-2020.html). CLSAG maintains "
|
||||
"the same functionalities as MLSAG, but with the advantage of considerable "
|
||||
"size savings for @transactions and improvements in verification speed. This "
|
||||
"new technology was developed by contributors of the [Monero Research Lab]"
|
||||
"({{ site.baseurl }}/resources/research-lab/) and [audited by external "
|
||||
"researchers]({{ site.baseurl_root }}/resources/research-lab/audits/clsag."
|
||||
"pdf)."
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:11
|
||||
msgid ""
|
||||
"With CLSAG, users see a 20% improvement in signature verification, and at "
|
||||
"least a 10% overall improvement for typical transactions. For example, a "
|
||||
"typical Monero transaction (2 inputs and 2 outputs) which usually weighs "
|
||||
"2.5kB, takes only 1.9kB of blockchain space with CLSAG, a ~25% improvement."
|
||||
msgstr ""
|
||||
|
||||
#. type: Title #####
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:14
|
||||
#, no-wrap
|
||||
msgid "Other Resources"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:17
|
||||
#, no-wrap
|
||||
msgid "<sub>1. [Announcement of CLSAG audit's result and overview of the technology]({{ site.baseurl }}/2020/07/31/clsag-audit.html)</sub><br>\n"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:18
|
||||
#, no-wrap
|
||||
msgid "<sub>1. [CLSAG preprint](https://eprint.iacr.org/2019/654)</sub>\n"
|
||||
msgstr ""
|
|
@ -1,15 +1,31 @@
|
|||
---
|
||||
summary: "Monero's efficient way of building ring signatures"
|
||||
terms: ["CLSAG"]
|
||||
summary: Monero's efficient way of building ring signatures
|
||||
---
|
||||
|
||||
{% include disclaimer.html translated="no" translationOutdated="no" %}
|
||||
CLSAG (Concise Linkable Spontaneous Anonymous Group) signature are the new way Monero builds @ring-signatures, which replaces MLSAG (multilayered Linkable Spontaneous Anonymous Group Signature). CLSAG will go live and mandatory with the [Monero network upgrade of October 2020]({{ site.baseurl }}/2020/08/18/network-upgrade-october-2020.html). CLSAG maintains the same functionalities as MLSAG, but with the advantage of considerable size savings for @transactions and improvements in verification speed. This new technology was developed by contributors of the [Monero Research Lab]({{ site.baseurl }}/resources/research-lab/) and [audited by external researchers]({{ site.baseurl_root }}/resources/research-lab/audits/clsag.pdf).
|
||||
|
||||
With CLSAG, users see a 20% improvement in signature verification, and at least a 10% overall improvement for typical transactions. For example, a typical Monero transaction (2 inputs and 2 outputs) which usually weighs 2.5kB, takes only 1.9kB of blockchain space with CLSAG, a ~25% improvement.
|
||||
CLSAG (Concise Linkable Spontaneous Anonymous Group) signature are the new
|
||||
way Monero builds @ring-signatures, which replaces MLSAG (multilayered
|
||||
Linkable Spontaneous Anonymous Group Signature). CLSAG will go live and
|
||||
mandatory with the [Monero network upgrade of October 2020]({{ site.baseurl
|
||||
}}/2020/08/18/network-upgrade-october-2020.html). CLSAG maintains the same
|
||||
functionalities as MLSAG, but with the advantage of considerable size
|
||||
savings for @transactions and improvements in verification speed. This new
|
||||
technology was developed by contributors of the [Monero Research Lab]({{
|
||||
site.baseurl }}/resources/research-lab/) and [audited by external
|
||||
researchers]({{ site.baseurl_root
|
||||
}}/resources/research-lab/audits/clsag.pdf).
|
||||
|
||||
With CLSAG, users see a 20% improvement in signature verification, and at
|
||||
least a 10% overall improvement for typical transactions. For example, a
|
||||
typical Monero transaction (2 inputs and 2 outputs) which usually weighs
|
||||
2.5kB, takes only 1.9kB of blockchain space with CLSAG, a ~25% improvement.
|
||||
|
||||
---
|
||||
|
||||
##### Other Resources
|
||||
|
||||
<sub>1. [Announcement of CLSAG audit's result and overview of the technology]({{ site.baseurl }}/2020/07/31/clsag-audit.html)</sub><br>
|
||||
<sub>1. [CLSAG preprint](https://eprint.iacr.org/2019/654)</sub>
|
||||
|
||||
<sub>1. [CLSAG preprint](https://eprint.iacr.org/2019/654)</sub>
|
||||
|
|
62
_i18n/zh-tw/resources/moneropedia/weblate/clsag.po
Normal file
62
_i18n/zh-tw/resources/moneropedia/weblate/clsag.po
Normal file
|
@ -0,0 +1,62 @@
|
|||
# SOME DESCRIPTIVE TITLE
|
||||
# Copyright (C) YEAR Free Software Foundation, Inc.
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2021-09-13 11:19+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#. type: YAML Front Matter: summary
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:1
|
||||
#, no-wrap
|
||||
msgid "Monero's efficient way of building ring signatures"
|
||||
msgstr ""
|
||||
|
||||
#. type: YAML Front Matter: terms
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:1
|
||||
#, no-wrap
|
||||
msgid "[\"CLSAG\"]"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:7
|
||||
msgid "{% include disclaimer.html translated=\"no\" translationOutdated=\"no\" %}"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:9
|
||||
msgid "CLSAG (Concise Linkable Spontaneous Anonymous Group) signature are the new way Monero builds @ring-signatures, which replaces MLSAG (multilayered Linkable Spontaneous Anonymous Group Signature). CLSAG will go live and mandatory with the [Monero network upgrade of October 2020]({{ site.baseurl }}/2020/08/18/network-upgrade-october-2020.html). CLSAG maintains the same functionalities as MLSAG, but with the advantage of considerable size savings for @transactions and improvements in verification speed. This new technology was developed by contributors of the [Monero Research Lab]({{ site.baseurl }}/resources/research-lab/) and [audited by external researchers]({{ site.baseurl_root }}/resources/research-lab/audits/clsag.pdf)."
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:11
|
||||
msgid "With CLSAG, users see a 20% improvement in signature verification, and at least a 10% overall improvement for typical transactions. For example, a typical Monero transaction (2 inputs and 2 outputs) which usually weighs 2.5kB, takes only 1.9kB of blockchain space with CLSAG, a ~25% improvement."
|
||||
msgstr ""
|
||||
|
||||
#. type: Title #####
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:14
|
||||
#, no-wrap
|
||||
msgid "Other Resources"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:17
|
||||
#, no-wrap
|
||||
msgid "<sub>1. [Announcement of CLSAG audit's result and overview of the technology]({{ site.baseurl }}/2020/07/31/clsag-audit.html)</sub><br>\n"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: ../_i18n/en/resources/moneropedia/clsag.md:18
|
||||
#, no-wrap
|
||||
msgid "<sub>1. [CLSAG preprint](https://eprint.iacr.org/2019/654)</sub>\n"
|
||||
msgstr ""
|
13
po/moneropedia/clsag.config
Normal file
13
po/moneropedia/clsag.config
Normal file
|
@ -0,0 +1,13 @@
|
|||
[po4a_langs] es it pl fr ar ru de nl pt-br tr zh-cn zh-tw nb-no
|
||||
[po4a_paths] ../_i18n/en/resources/moneropedia/weblate/clsag.pot $lang:../_i18n/$lang/resources/moneropedia/weblate/clsag.po
|
||||
|
||||
[options] opt:"--keep=0"
|
||||
[options] opt:"--localized-charset=UTF-8"
|
||||
[options] opt:"--master-charset=UTF-8"
|
||||
[options] opt:"--master-language=en_US"
|
||||
[options] opt:"--msgmerge-opt='--no-wrap'"
|
||||
[options] opt:"--wrap-po=newlines"
|
||||
|
||||
[po4a_alias:markdown] text opt:"--option markdown"
|
||||
|
||||
[type: markdown] ../_i18n/en/resources/moneropedia/clsag.md $lang:../_i18n/$lang/resources/moneropedia/clsag.md
|
Loading…
Reference in a new issue