From 4363b6705663250efb1be5c2a0420a9180cb9713 Mon Sep 17 00:00:00 2001 From: Frances Liu Date: Thu, 20 Apr 2023 16:04:28 -0700 Subject: [PATCH] clean up aip numbers (#106) --- aips/aip-12.md | 1 + aips/aip-20.md | 2 +- aips/aip-23.md | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/aips/aip-12.md b/aips/aip-12.md index 8651ffc4..dedcf1a6 100644 --- a/aips/aip-12.md +++ b/aips/aip-12.md @@ -1,4 +1,5 @@ --- +aip: 12 title: Multisig Account author: movekevin discussions-to: https://github.com/aptos-foundation/AIPs/issues/50 diff --git a/aips/aip-20.md b/aips/aip-20.md index f693cef1..dcce3b97 100644 --- a/aips/aip-20.md +++ b/aips/aip-20.md @@ -8,7 +8,7 @@ type: Standard (Framework) created: 2023/03/15 --- -# AIP-14 - Generic Cryptography Algebra and BLS12-381 Implementation +# AIP-20 - Generic Cryptography Algebra and BLS12-381 Implementation ## Summary This AIP proposes the support of generic cryptography algebra operations in Aptos standard library. diff --git a/aips/aip-23.md b/aips/aip-23.md index d81c0804..0d4238f4 100644 --- a/aips/aip-23.md +++ b/aips/aip-23.md @@ -1,6 +1,6 @@ --- -aip: aip-23 -title: Make Ed25519 public key validation native return `false` if key has the wrong length +aip: 23 +title: Make Ed25519 Public Key Validation Return False if Key Is the Wrong Length author: Michael Straka Status: Draft type: Standard (Framework)