English 中文(简体)
• 如何在树种上形成一种SHA1摘要?
原标题:How to create a SHA1 digest on a tree of objects?
  • 时间:2010-05-27 14:15:14
  •  标签:
  • sha1
  • digest

我要说的是,我有一 tree树,每个树都有强大的代表。 我想就整个树种制作一份SHA1摘要。

最容易的方法是重新接手树木的每一个角落。 对于每个节点,我会想(简单地描述)所有孩子的SHA1摘要,在这种加固的扼杀中增加给孩子们的描述,并在其中做一个SHA1。 这将是有关节点的SHA1摘要。

问题是,本摘要是否与“良好”一样,因为如果我会压缩儿童节点的代表性,而不是儿童节点的摘录?

增 编

最佳回答

认为你可以选择一个在标签上从未允许的统法协会密码。

然后,你可以使用一个流体(如 Java电离层)级,在树冠上添加所有标签,在两者之间添加保留限定特性。

最后,你有一个比较精彩的文摘,没有支付额外的SHA计算费用。

http://www.ohchr.org。

上述办法相当正确,但是,如果对树种结构进行编码,那么原问题也就不是。 该法典需要为每条 no子建造某种比 trav制更强的电离层,并在 has子中包含这种电离层,这样,具有不同形态但相同的标签的树木不会完全一样。

如果树冠很重要,但确切的结构不是这样,答案中的原始办法就会奏效。

问题回答

这好于打消儿童的分类。 考虑以下树木:

  • A
    • AA
    • AB

在加固后,这成为“AAAB”。 与以下树木相联:

  • A
    • AAA
    • B

不同,但分类的斜线相同。





相关问题
Why does Perl and /bin/sha1 give different results?

I m confused as to why the following return separate sHA1s $ perl -MDigest::SHA1 -E say Digest::SHA1::sha1_hex("http://i.aultec.com/v/8066/Originals/1FTVX12585NA9832010.jpg"); ...

Different PHP results with -r option

PHP appears to be giving different hash values when I use php -r <code> on the command line and when I execute the file with php <file>, php -f <file>, or run the code inside Apache. ...

Can t use sha1 inside class definition?

I m working on a login class in PHP. I have the following line inside a class definition: private $salty = sha1( salty ); ...which is giving me the following error: "Parse error: parse error, ...

Making a sha1-hash of a row in Oracle

I m having a problem with making a sha1-hash of a row in a select on an Oracle database. I ve done it in MSSQL as follows: SELECT *,HASHBYTES( SHA1 ,CAST(ID as varchar(10)+ TextEntry1+TextEntry2+...

How to calculate the SHA1 in iphone [duplicate]

Possible Duplicate: Is there a library for iPhone to work with HMAC-SHA-1 encoding Trying to Write NSString sha1 function, but it’s returning null Objective C: SHA1 How to calculate the SHA1 ...

hmac-sha1 in ruby differs from C# HMACSHA1

I am trying to test the API from ankoder.com and have problem on the digest calculation for the authentication token . The sample is ruby while I am trying to call from C#. When I compare the digest ...

热门标签